summaryrefslogtreecommitdiffstats
path: root/i18n
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 /i18n
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 'i18n')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index de4fda4b6..3cdffafea 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3629,7 +3629,7 @@
},
{
"id": "model.team.is_valid.characters.app_error",
- "translation": "Name must be 4 or more lowercase alphanumeric characters"
+ "translation": "Name must be 2 or more lowercase alphanumeric characters"
},
{
"id": "model.team.is_valid.company.app_error",