|
@@ -75,7 +75,7 @@ class _VerifyRecoveryPageState extends State<VerifyRecoveryPage> {
|
|
|
"contains 24 words, and check the spelling of each.\n\nIf you "
|
|
|
"entered an older recovery code, make sure it is 64 characters long, and check each of them.";
|
|
|
final result = await showNewChoiceDialog(
|
|
|
- context: context,
|
|
|
+ context,
|
|
|
title: "Invalid key",
|
|
|
body: errMessage,
|
|
|
firstButtonLabel: "Try again",
|