summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorS4KH <kh.syerikjan@gmail.com>2016-10-25 11:22:55 +0800
committerJoram Wilander <jwawilander@gmail.com>2016-10-24 23:22:55 -0400
commit57eb69927c3f990326e13888e40f0feb740a4e19 (patch)
treee18d2e14280a64e34ac25747242810c27a13b02e /webapp/i18n/en.json
parent9071553165cfc9f073f57aab96a3e6a7c771c8f3 (diff)
downloadchat-57eb69927c3f990326e13888e40f0feb740a4e19.tar.gz
chat-57eb69927c3f990326e13888e40f0feb740a4e19.tar.bz2
chat-57eb69927c3f990326e13888e40f0feb740a4e19.zip
Changed constants name MIN_TEAM_LENGTH value to 2 and the error message (#4149)
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 4e83c3264..9b78b2803 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1108,13 +1108,13 @@
"create_post.write": "Write a message...",
"create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a href='/static/help/terms.html'>Terms of Service</a> and <a href='/static/help/privacy.html'>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
"create_team.display_name.back": "Back to previous step",
- "create_team.display_name.charLength": "Name must be 4 or more characters up to a maximum of 15",
+ "create_team.display_name.charLength": "Name must be 2 or more characters up to a maximum of 15",
"create_team.display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.",
"create_team.display_name.next": "Next",
"create_team.display_name.required": "This field is required",
"create_team.display_name.teamName": "Team Name",
"create_team.team_url.back": "Back to previous step",
- "create_team.team_url.charLength": "Name must be 4 or more characters up to a maximum of 15",
+ "create_team.team_url.charLength": "Name must be 2 or more characters up to a maximum of 15",
"create_team.team_url.creatingTeam": "Creating team...",
"create_team.team_url.finish": "Finish",
"create_team.team_url.hint": "<li>Short and memorable is best</li><li>Use lowercase letters, numbers and dashes</li><li>Must start with a letter and can't end in a dash</li>",