Fix case
This commit is contained in:
parent
8acd1faf03
commit
8a1177e7db
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class _RecoveryPageState extends State<RecoveryPage> {
|
|||
);
|
||||
} 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}';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue