summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-02-13 10:43:28 +0100
committerJesús Espino <jespinog@gmail.com>2018-02-13 10:43:28 +0100
commitbda8736770f89399f4bca189bc3559f0141cab8e (patch)
tree0eefdda2540444b72a7d7e0147c9acbfa9155330 /i18n
parent32c1f7be239ddb19d6c59b114d9ae1a543f8ba9c (diff)
downloadchat-bda8736770f89399f4bca189bc3559f0141cab8e.tar.gz
chat-bda8736770f89399f4bca189bc3559f0141cab8e.tar.bz2
chat-bda8736770f89399f4bca189bc3559f0141cab8e.zip
XYZ-111: Check max users per team on re-join after leave a team
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4365a44fb..cecec7e1b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3127,6 +3127,10 @@
"translation": "Invalid {{.Name}} parameter"
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
+ },
+ {
"id": "app.channel.create_channel.no_team_id.app_error",
"translation": "Must specify the team ID to create a channel"
},