Add additional error handling in regv3 flows.

This commit is contained in:
Cody Henthorne
2024-12-10 17:09:28 -05:00
committed by Greyson Parrelli
parent 2eabf03421
commit b697f771f1
6 changed files with 60 additions and 8 deletions

View File

@@ -1383,6 +1383,10 @@
<string name="RemoteRestoreActivity__fetching_backup_details">Fetching backup details…</string>
<!-- Text label button to skip restore from remote -->
<string name="RemoteRestoreActivity__skip_restore">Skip restore</string>
<!-- Dialog title displayed when remote restore failed -->
<string name="RemoteRestoreActivity__couldnt_transfer">Couldn\'t finish transfer</string>
<!-- Dialog message displayed when remote restore failed -->
<string name="RemoteRestoreActivity__error_occurred">An error occurred and your account couldnt be transferred. Try again by choosing your transfer method.</string>
<!-- GroupMentionSettingDialog -->
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>
@@ -7986,6 +7990,8 @@
<string name="RestoreViaQr_qr_code_scanned">Scanned on old device</string>
<!-- Error button text to retry getting a qr code -->
<string name="RestoreViaQr_retry">Retry</string>
<!-- Error message shown when register after receiving the provisioning message failed -->
<string name="RestoreViaQr_registration_error">An error occurred and your account couldnt be transferred. Try again by scanning the QR code again.</string>
<!-- Old device Transfer account screen title -->
<string name="TransferAccount_title">Transfer account</string>