|
@@ -1240,10 +1240,10 @@ class S {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
- /// `Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Account.\n\nPlease enter your recovery key here to verify that you have saved it correctly.`
|
|
|
+ /// `Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Security.\n\nPlease enter your recovery key here to verify that you have saved it correctly.`
|
|
|
String get recoveryKeyVerifyReason {
|
|
|
return Intl.message(
|
|
|
- 'Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Account.\n\nPlease enter your recovery key here to verify that you have saved it correctly.',
|
|
|
+ 'Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Security.\n\nPlease enter your recovery key here to verify that you have saved it correctly.',
|
|
|
name: 'recoveryKeyVerifyReason',
|
|
|
desc: '',
|
|
|
args: [],
|