Show dialog for successfully resetting your username link.

This commit is contained in:
Greyson Parrelli
2024-02-13 10:15:11 -05:00
committed by Cody Henthorne
parent 8e8ba23da7
commit 555ddb5b20
3 changed files with 88 additions and 1 deletions

View File

@@ -6484,6 +6484,10 @@
<string name="UsernameLinkSettings_reset_link_result_network_unavailable">You do not have network access. Your link was not reset. Try again later.</string>
<!-- Body of a dialog that is displayed when we failed to reset your username link because of a transient network issue. -->
<string name="UsernameLinkSettings_reset_link_result_network_error">A network error occurred while trying to reset your link. Try again later.</string>
<!-- Body of a dialog that is displayed when we failed to reset your username link because of an unknown error. -->
<string name="UsernameLinkSettings_reset_link_result_unknown_error">An unexpected error occurred while trying to reset your link. Try again later.</string>
<!-- Body of a dialog that is displayed when we successfully reset you username link. -->
<string name="UsernameLinkSettings_reset_link_result_success">Your QR code and link have been reset and a new QR code and link has been created.</string>
<!-- Shown on the generated username qr code image to explain how to use it. -->
<string name="UsernameLinkSettings_scan_this_qr_code">Scan this QR code with your phone to chat with me on Signal.</string>