summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-09 03:15:25 -0400
committerCorey Hulen <corey@hulen.com>2016-05-09 00:15:25 -0700
commitb58ccf06046d67df879e50950087559a9decc57a (patch)
tree2990efde06690098613807df815294ea8744b143 /webapp/i18n/en.json
parentbe16307c0644ca833316373c5715ae598746240c (diff)
downloadchat-b58ccf06046d67df879e50950087559a9decc57a.tar.gz
chat-b58ccf06046d67df879e50950087559a9decc57a.tar.bz2
chat-b58ccf06046d67df879e50950087559a9decc57a.zip
PLT-2765 Limit username UI to 22 characters (#2918)
* Shortened username length to 22 characters * Update user_settings_general.jsx * Added username requirements to account settings page * Switched to double quotes to escape ' in JSX, must use double quotes * Update en.json * Update user_settings_general.jsx * Update es.json * Update fr.json * Update ja.json * Update pt.json * Added missing {
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index cc440f5fb..7e060564a 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1340,9 +1340,9 @@
"user.settings.general.title": "General Settings",
"user.settings.general.uploadImage": "Click 'Edit' to upload an image.",
"user.settings.general.username": "Username",
- "user.settings.general.usernameInfo": "Pick something easy for teammates to recognize and recall.",
+ "user.settings.general.usernameInfo": "Pick something easy for teammates to recognize and recall. Username must begin with a letter, and contain between {min) to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-', and '_'.",
"user.settings.general.usernameReserved": "This username is reserved, please choose a new one.",
- "user.settings.general.usernameRestrictions": "Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'.",
+ "user.settings.general.usernameRestrictions": "Pick something easy for teammates to recognize and recall. Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-', and '_'.",
"user.settings.general.validEmail": "Please enter a valid email address",
"user.settings.general.validImage": "Only JPG or PNG images may be used for profile pictures",
"user.settings.import_theme.cancel": "Cancel",