Fix string

This commit is contained in:
Vishesh Handa
2021-02-18 16:15:38 +01:00
parent 95beb30478
commit a424df227c
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class __CurrentRepoState extends State<_CurrentRepo>
if (remoteConfigs == null || remoteConfigs.isEmpty) {
setState(() {
_gitRemoteUrl = tr("drawer.remove");
_gitRemoteUrl = tr("drawer.remote");
});
return;
}