diff --git a/lib/ui/account/recovery_page.dart b/lib/ui/account/recovery_page.dart index 24c574072..96be13f2d 100644 --- a/lib/ui/account/recovery_page.dart +++ b/lib/ui/account/recovery_page.dart @@ -68,7 +68,7 @@ class _RecoveryPageState extends State { ); } catch (e) { await dialog.hide(); - String errMessage = 'the recovery key you entered is incorrect'; + String errMessage = 'The recovery key you entered is incorrect'; if (e is AssertionError) { errMessage = '$errMessage : ${e.message}'; }