mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix placeholder in username string.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user