From 0e418daa7de0de418dc9fa534fcae1b6d785456f Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sat, 20 May 2023 11:07:30 +0530 Subject: [PATCH] Update copy --- lib/generated/l10n.dart | 4 ++-- lib/l10n/intl_en.arb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/generated/l10n.dart b/lib/generated/l10n.dart index 4a63d19ad..6c350eee8 100644 --- a/lib/generated/l10n.dart +++ b/lib/generated/l10n.dart @@ -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: [], diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 8b51e2def..e51b119ce 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -148,7 +148,7 @@ "tryAgain": "Try again", "viewRecoveryKey": "View recovery key", "confirmRecoveryKey": "Confirm recovery key", - "recoveryKeyVerifyReason": "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.", + "recoveryKeyVerifyReason": "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.", "confirmYourRecoveryKey": "Confirm your recovery key", "addViewer": "Add viewer", "addCollaborator": "Add collaborator",