Fix placeholder in username string.

This commit is contained in:
Cody Henthorne
2023-05-25 15:59:32 -04:00
parent 539f590c4c
commit c964067139

View File

@@ -6113,7 +6113,7 @@
<!-- Body of a dialog that is displayed when we failed to read a username QR code. -->
<string name="UsernameLinkSettings_qr_result_invalid">The QR code was invalid.</string>
<!-- Body of a dialog that is displayed when the username we looked up could not be found. -->
<string name="UsernameLinkSettings_qr_result_not_found">A user with username $1$s could not be found.</string>
<string name="UsernameLinkSettings_qr_result_not_found">A user with username %1$s could not be found.</string>
<!-- Body of a dialog that is displayed when we experienced a network error when looking up a username. -->
<string name="UsernameLinkSettings_qr_result_network_error">Experienced a network error. Please try again.</string>