Enable Change Number.

This commit is contained in:
Cody Henthorne
2022-01-21 15:57:08 -05:00
committed by Greyson Parrelli
parent 14886ce28e
commit 95cb80a93a
6 changed files with 45 additions and 12 deletions

View File

@@ -3603,7 +3603,10 @@
<!-- ChangeNumberFragment -->
<string name="ChangeNumberFragment__use_this_to_change_your_current_phone_number_to_a_new_phone_number">Use this to change your current phone number to a new phone number. You cant undo this change.\n\nBefore continuing, make sure your new number can receive SMS or calls.</string>
<string name="ChangeNumberFragment__continue">Continue</string>
<string name="ChangeNumber__your_phone_number_has_been_changed">Your phone number has been changed.</string>
<!-- Message shown on dialog after your number has been changed successfully. -->
<string name="ChangeNumber__your_phone_number_has_changed_to_s">Your phone number has been changed to %1$s</string>
<!-- Confirmation button to dismiss number changed dialog -->
<string name="ChangeNumber__okay">Okay</string>
<!-- ChangeNumberEnterPhoneNumberFragment -->
<string name="ChangeNumberEnterPhoneNumberFragment__change_number">Change Number</string>
@@ -3638,12 +3641,19 @@
<string name="ChangeNumberPinDiffersFragment__keep_old_pin_question">Keep old pin?</string>
<!-- ChangeNumberLockActivity -->
<!-- Info message shown to user if something crashed the app during the change number attempt and we were unable to confirm the change so we force them into this screen to check before letting them use the app -->
<string name="ChangeNumberLockActivity__it_looks_like_you_tried_to_change_your_number_but_we_were_unable_to_determine_if_it_was_successful_rechecking_now">It looks like you tried to change your number but we were unable to determine if it was successful.\n\nRechecking now…</string>
<!-- Dialog title shown if we were able to confirm your change number status (meaning we now know what the server thinks our number is) after a crash during the regular flow -->
<string name="ChangeNumberLockActivity__change_status_confirmed">Change status confirmed</string>
<!-- Dialog message shown if we were able to confirm your change number status (meaning we now know what the server thinks our number is) after a crash during the regular flow -->
<string name="ChangeNumberLockActivity__your_number_has_been_confirmed_as_s">Your number has been confirmed as %1$s. If this is not your new number, please restart the change number process.</string>
<!-- Dialog title shown if we were not able to confirm your phone number with the server and thus cannot let leave the change flow yet after a crash during the regular flow -->
<string name="ChangeNumberLockActivity__change_status_unconfirmed">Change status unconfirmed</string>
<!-- Dialog message shown when we can't verify the phone number on the server, only shown if there was a network error communicating with the server after a crash during the regular flow -->
<string name="ChangeNumberLockActivity__we_could_not_determine_the_status_of_your_change_number_request">We could not determine the status of your change number request.\n\n(Error: %1$s)</string>
<!-- Dialog button to retry confirming the number on the server -->
<string name="ChangeNumberLockActivity__retry">Retry</string>
<!-- Dialog button shown to leave the app when in the unconfirmed change status after a crash in the regular flow -->
<string name="ChangeNumberLockActivity__leave">Leave</string>
<string name="ChangeNumberLockActivity__submit_debug_log">Submit debug log</string>