-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Missing string 'Username_already_exist' on the accountProfile page #9610
Conversation
@@ -2030,6 +2030,7 @@ | |||
"Username_is_already_in_here": "`@%s` is already in here.", | |||
"Username_is_not_in_this_room": "The user `#%s` is not in this room.", | |||
"Username_Placeholder": "Please enter usernames...", | |||
"Username_already_exist": "Username already exists. Please take some other name.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change it to "Username already exists. Please try another username."? I believe that makes more sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
dfecb58
to
ba8e342
Compare
ba8e342
to
4d2f450
Compare
@graywolf336 Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes. 👍
@RocketChat/core
Fixes #9494