Add confirmation dialog when changing username would reset link.

This commit is contained in:
Greyson Parrelli
2024-02-13 11:00:50 -05:00
committed by Cody Henthorne
parent 555ddb5b20
commit 47cdc50a81
3 changed files with 24 additions and 5 deletions

View File

@@ -2320,6 +2320,10 @@
<string name="UsernameEditFragment__this_number_cant_start_with_00">This number can\'t start with 00. Enter a digit between 19</string>
<!-- The body of an alert dialog asking the user to confirm that they want to recover their username -->
<string name="UsernameEditFragment_recovery_dialog_confirmation">Recovering your username will reset your existing QR code and link. Are you sure?</string>
<!-- The body of an alert dialog asking the user to confirm that they want to change their username, even if it resets their link -->
<string name="UsernameEditFragment_change_confirmation_message">Changing your username will reset your existing QR code and link. Are you sure?</string>
<!-- Text for a button in a dialog asking if the user would like to continue the operation of changing their username -->
<string name="UsernameEditFragment_continue">Continue</string>
<plurals name="UserNotificationMigrationJob_d_contacts_are_on_signal">
<item quantity="one">%d contact is on Signal!</item>