summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index a0a5e1dda..f7d687ec9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1655,6 +1655,10 @@
"translation": "%v joined the team."
},
{
+ "id": "api.team.join_user_to_team.allowed_domains.app_error",
+ "translation": "Email must be from a specific domain (e.g. @example.com). Please ask your team or system administrator for details."
+ },
+ {
"id": "api.team.leave.left",
"translation": "%v left the team."
},
@@ -1731,6 +1735,10 @@
"translation": "Specified user is not a member of specified team."
},
{
+ "id": "api.team.update_restricted_domains.mismatch.app_error",
+ "translation": "Restricting team to {{ .Domain }} is not allowed by the system config. Please contact your system administrator."
+ },
+ {
"id": "api.team.update_team_scheme.license.error",
"translation": "Your license does not support updating a team's scheme"
},