Fix validate error display issue

This commit is contained in:
Pasindu 2017-09-01 15:51:57 +05:30
parent 1581775aa6
commit f8f82e66db

View File

@ -46,7 +46,7 @@
}, },
"groupValidationConfig": { "groupValidationConfig": {
"groupNameJSRegEx": "^[\\S]{3,30}$", "groupNameJSRegEx": "^[\\S]{3,30}$",
"groupNameRegExViolationErrorMsg": "Provided group name is invalid.", "groupNameRegExViolationErrorMsg": "Group name should be in minimum 3 characters long and should not include any whitespaces.",
"groupNameHelpMsg": "Should be in minimum 3 characters long and should not include any whitespaces." "groupNameHelpMsg": "Should be in minimum 3 characters long and should not include any whitespaces."
}, },
"roleValidationConfig": { "roleValidationConfig": {