Skip to content

Commit

Permalink
Fix locale string
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 5, 2024
1 parent ce5ce81 commit 468e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/localization.dart
Expand Up @@ -1108,7 +1108,7 @@ class AppLocalization {
}

String get backupSecretPhrase {
return Intl.message("Backup Secret Phrase",
return Intl.message("Back Up Secret Phrase",
desc: 'backup seed', name: 'backupSecretPhrase');
}

Expand Down

0 comments on commit 468e316

Please sign in to comment.