Skip to content
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

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

lunaticmonk
Copy link
Contributor

@RocketChat/core

Fixes #9494

screen shot 2018-02-06 at 8 12 23 pm

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2018

CLA assistant check
All committers have signed the CLA.

@@ -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.",
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

@lunaticmonk
Copy link
Contributor Author

@graywolf336 Please review.

Copy link
Contributor

@graywolf336 graywolf336 left a 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. 👍

@graywolf336 graywolf336 added this to the 0.62.0 milestone Feb 8, 2018
@rodrigok rodrigok changed the title [FIX] Add missing string 'Username_already_exist' on the accountProfile page [FIX] Missing string 'Username_already_exist' on the accountProfile page Feb 8, 2018
@rodrigok rodrigok merged commit ebf4823 into RocketChat:develop Feb 8, 2018
@rodrigok rodrigok mentioned this pull request Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Username_already_exist string missing
5 participants