From 57eb69927c3f990326e13888e40f0feb740a4e19 Mon Sep 17 00:00:00 2001 From: S4KH Date: Tue, 25 Oct 2016 11:22:55 +0800 Subject: Changed constants name MIN_TEAM_LENGTH value to 2 and the error message (#4149) --- webapp/utils/constants.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/utils') 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, -- cgit v1.2.3-1-g7c22