Browse Source

fix typo

pull/18/head
Sun 4 years ago
parent
commit
0edbd46d47
  1. 2
      lib/l10n/localizations_en.dart

2
lib/l10n/localizations_en.dart

@ -133,7 +133,7 @@ class AppLocalizationsEn extends AppLocalizations { @@ -133,7 +133,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get loginChooseAccount => 'Choose account';
@override
String get loginRestore => 'Restore account';
String get loginRestore => 'Restore Account';
@override
String get loginRestoreOnline => 'Restore from online';
@override

Loading…
Cancel
Save