Update username description string in edit profile screen.

This commit is contained in:
Greyson Parrelli
2024-02-13 09:39:30 -05:00
committed by Cody Henthorne
parent 7530d44d28
commit 54a1b97167
3 changed files with 29 additions and 25 deletions

View File

@@ -1063,6 +1063,8 @@
<!-- ManageProfileFragment -->
<!-- Explanation text about usernames etc displayed underneath buttons to view and edit username etc -->
<string name="ManageProfileFragment__your_username">Your username, QR code and link aren\'t visible on your profile. Only share your username with people you trust.</string>
<!-- Explanation text about usernames etc displayed underneath buttons to view and edit username etc, shown when you have no username -->
<string name="ManageProfileFragment__username_footer_no_username">People can now message you using your optional username so you don\'t have to give out your phone number. </string>
<string name="ManageProfileFragment_profile_name">Profile name</string>
<string name="ManageProfileFragment_username">Username</string>
<string name="ManageProfileFragment_about">About</string>