From b97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 29 Jun 2016 14:16:17 -0400 Subject: EE: Add the ability to restrict the user roles that can send team invites (#3442) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 6f74d1d3e..cfc82f856 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1299,6 +1299,14 @@ "id": "api.team.invite_members.no_one.app_error", "translation": "No one to invite." }, + { + "id": "api.team.invite_members.restricted_system_admin.app_error", + "translation": "Inviting new users to a team is restricted to System Administrators." + }, + { + "id": "api.team.invite_members.restricted_team_admin.app_error", + "translation": "Inviting new users to a team is restricted to Team and System Administrators." + }, { "id": "api.team.invite_members.send.error", "translation": "Failed to send invite email successfully err=%v" -- cgit v1.2.3-1-g7c22