From 0edbd46d4709cba4fceff09dac02978a4998e0cf Mon Sep 17 00:00:00 2001 From: Sun Date: Sat, 9 Oct 2021 13:18:16 +0800 Subject: [PATCH] fix typo --- lib/l10n/localizations_en.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/localizations_en.dart b/lib/l10n/localizations_en.dart index 79cf243..eef8bd5 100644 --- a/lib/l10n/localizations_en.dart +++ b/lib/l10n/localizations_en.dart @@ -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