summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorNick Frazier <nrflaw@gmail.com>2016-11-17 10:17:27 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-11-17 10:17:27 -0500
commitb1db1463f6e858b535d291d3f442eaf8a05bc410 (patch)
tree3bca64444dd5f4dba8fbf6fabf19bf236a4e51ec /webapp/i18n/en.json
parent091e5b8e03d6e0f107a0f70e1d918b753c52ae20 (diff)
downloadchat-b1db1463f6e858b535d291d3f442eaf8a05bc410.tar.gz
chat-b1db1463f6e858b535d291d3f442eaf8a05bc410.tar.bz2
chat-b1db1463f6e858b535d291d3f442eaf8a05bc410.zip
replaced localizeMessage calls with FormattedMessage components (#4570)
* replaced localizeMessage calls with FormattedMessage components localized file updates * updated localization files * updated localization files
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index ba2afcce8..723052576 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1117,7 +1117,7 @@
"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 2 or more characters up to a maximum of 15",
+ "create_team.team_url.charLength": "Name must be {min} or more characters up to a maximum of {max}",
"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>",