mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 10:38:13 +08:00
Fix string
This commit is contained in:
@ -177,7 +177,7 @@ class __CurrentRepoState extends State<_CurrentRepo>
|
||||
|
||||
if (remoteConfigs == null || remoteConfigs.isEmpty) {
|
||||
setState(() {
|
||||
_gitRemoteUrl = tr("drawer.remove");
|
||||
_gitRemoteUrl = tr("drawer.remote");
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user