Add final copy for username deletion snackbar.

This commit is contained in:
Alex Hart
2023-02-16 12:34:47 -04:00
committed by Greyson Parrelli
parent 730065fc76
commit 65bc1263f3
2 changed files with 6 additions and 4 deletions

View File

@@ -954,6 +954,10 @@
<string name="ManageProfileFragment__username_created">Username created</string>
<!-- Snackbar message after copying username -->
<string name="ManageProfileFragment__username_copied">Username copied</string>
<!-- Snackbar message after network failure while trying to delete username -->
<string name="ManageProfileFragment__couldnt_delete_username">Couldn\'t delete username. Try again later.</string>
<!-- Snackbar message after successful deletion of username -->
<string name="ManageProfileFragment__username_deleted">Username deleted</string>
<!-- ManageRecipientActivity -->