Remove inaccurate recovery key mention from local backup restore dialog.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Alex Hart
2026-05-26 12:25:55 -03:00
committed by Michelle Tang
parent 83a83f65ef
commit 3cb61e3e8a
+3 -3
View File
@@ -9390,11 +9390,11 @@
<!-- RestoreLocalBackupActivity: Label for the button that opens the contact support form -->
<string name="RestoreLocalBackupActivity__contact_support">Contact support</string>
<!-- RestoreLocalBackupActivity: Title for the dialog shown when the restored backup belongs to a different account -->
<!-- RestoreLocalBackupActivity: Title for the dialog shown when on-device backups could not be automatically re-enabled -->
<string name="RestoreLocalBackupActivity__turn_on_on_device_backups">Turn on on-device backups?</string>
<!-- RestoreLocalBackupActivity: Body for the dialog shown when the restored backup belongs to a different account, prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__to_continue_using_on_device_backups">To continue using on-device backups, you need to enable them for this account and record your new recovery key. You can do this at any time from Settings &gt; Backups.</string>
<!-- RestoreLocalBackupActivity: Body for the dialog shown when on-device backups could not be automatically re-enabled, prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__to_continue_using_on_device_backups">To continue using on-device backups, you need to enable them for this account. You can do this at any time from Settings &gt; Backups.</string>
<!-- RestoreLocalBackupActivity: Confirm button label for the dialog prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__turn_on_now">Turn on now</string>