Update username input label to include email

This commit is contained in:
tinsukE 2024-01-06 16:44:43 +01:00
parent 9f513b2b4e
commit 0ac65d2fd5

View File

@ -1265,7 +1265,7 @@
<string name="i_understand">I understand</string> <string name="i_understand">I understand</string>
<string name="instance_url">Instance URL</string> <string name="instance_url">Instance URL</string>
<string name="instance_url_hint">The URL of you preferred Lemmy instance with or without the https:// prefix</string> <string name="instance_url_hint">The URL of you preferred Lemmy instance with or without the https:// prefix</string>
<string name="user_username">Username</string> <string name="user_username">Username or email</string>
<string name="user_password">Password</string> <string name="user_password">Password</string>
<string name="user_2fa_token">2FA token (if needed)</string> <string name="user_2fa_token">2FA token (if needed)</string>
<string name="user_login">Login</string> <string name="user_login">Login</string>