summaryrefslogtreecommitdiffstats
path: root/webapp/utils
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/utils
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/utils')
-rw-r--r--webapp/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 663a8863c..2dae06282 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -808,8 +808,8 @@ export const Constants = {
WEBRTC_TIME_DELAY: 750,
WEBRTC_CLEAR_ERROR_DELAY: 15000,
DEFAULT_MAX_USERS_PER_TEAM: 50,
+ MIN_TEAMNAME_LENGTH: 2,
DEFAULT_MAX_CHANNELS_PER_TEAM: 2000,
- MIN_TEAMNAME_LENGTH: 4,
MAX_TEAMNAME_LENGTH: 15,
MIN_USERNAME_LENGTH: 3,
MAX_USERNAME_LENGTH: 22,