Add verify AEP screen.

This commit is contained in:
Cody Henthorne
2025-03-21 11:26:49 -04:00
parent 82bb18e218
commit cef839d300
8 changed files with 348 additions and 144 deletions

View File

@@ -8140,6 +8140,19 @@
<!-- Sheet secondary action button label -->
<string name="MessageBackupsKeyRecordScreen__see_key_again">See key again</string>
<!-- Confirm key title -->
<string name="MessageBackupsKeyVerifyScreen__confirm_your_backup_key">Confirm your backup key</string>
<!-- Confirm your key subtitle -->
<string name="MessageBackupsKeyVerifyScreen__enter_the_backup_key_that_you_just_recorded">Enter the backup key that you just recorded</string>
<!-- Confirm your key text entry hint text -->
<string name="MessageBackupsKeyVerifyScreen__backup_key">Backup key</string>
<!-- Confirm your key text entry error text -->
<string name="MessageBackupsKeyVerifyScreen__incorrect_backup_key">Incorrect backup key</string>
<!-- Confirm your key button text to return to record key screen. -->
<string name="MessageBackupsKeyVerifyScreen__see_key_again">See key again</string>
<!-- Confirm your key button text to move onto next screen in flow -->
<string name="MessageBackupsKeyVerifyScreen__next">Next</string>
<!-- MessagesBackupsTypeSelectionScreen -->
<!-- Screen headline -->
<string name="MessagesBackupsTypeSelectionScreen__choose_your_backup_plan">Choose your backup plan</string>