diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties
index 43e8cf9d9b..87e2cbfbd4 100644
--- a/config/alfresco/messages/webclient.properties
+++ b/config/alfresco/messages/webclient.properties
@@ -579,6 +579,7 @@ title_add_user_group=Add User to Group
add_user_group_description=Add an existing User to a Group
select_users=Select Users to add to this Group
selected_users=Selected Users
+groups_err_group_name_length=Group ID must be between {0} and {1} characters in length.
groups_err_group_name=Group ID cannot contain the characters: {0}
groups_err_exists=A group ID with the same name already exists, group identifiers must be unique.
Read=Read
diff --git a/config/alfresco/web-client-config.xml b/config/alfresco/web-client-config.xml
index 51d93656cb..95b9cc0e8b 100644
--- a/config/alfresco/web-client-config.xml
+++ b/config/alfresco/web-client-config.xml
@@ -89,6 +89,9 @@
2
3
+
+ 3
+