Reset backup id on zk verification failure during restore attempts.

This commit is contained in:
Cody Henthorne
2025-10-08 13:49:53 -04:00
committed by Alex Hart
parent 6e8f982e7b
commit a5cca5b0fd
13 changed files with 249 additions and 86 deletions

View File

@@ -8654,6 +8654,10 @@
<string name="EnterBackupKey_backup_not_found">Backup not found</string>
<!-- Dialog message shown during registration and trying to restore a remote backup -->
<string name="EnterBackupKey_backup_key_you_entered_is_correct_but_no_backup">The recovery key you entered is correct, but there is no backup associated with it. If you still have your old phone, make sure backups are enabled and that a backup has been completed and try again.</string>
<!-- Dialog message shown during registration and trying to restore a remote backup -->
<string name="EnterBackupKey_backup_key_incorrect_or_backups_not_enabled">You may have entered your recovery key incorrectly, or you have not completed at least one backup on your old device.\n\nMake sure youre registering with the same phone number and recovery key you saved when enabling Signal Secure Backups, and confirm that your old device has completed a backup.</string>
<!-- Dialog message shown during registration and trying to restore a remote backup -->
<string name="EnterBackupKey_backup_key_check_rate_limited">You have run out of recovery key attempts. For your security, the number of attempts you can make is limited. Wait one hour and try again.</string>
<!-- Dialog button shown during registration and trying to restore a remote backup to instead skip said backup process -->
<string name="EnterBackupKey_skip_restore">Skip restore</string>
<!-- Dialog title text when encountering backup restore network error -->