summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-06 11:28:22 -0700
committerChristopher Speller <crspeller@gmail.com>2016-05-06 14:28:22 -0400
commit6c75662b824491a20a757a5eec59556a866374b5 (patch)
tree2f531a680aaa45bc915d51764eb846bc1b80fa68 /i18n/en.json
parent4f799b980fd457e5dc97d2427a154576d7a5eded (diff)
downloadchat-6c75662b824491a20a757a5eec59556a866374b5.tar.gz
chat-6c75662b824491a20a757a5eec59556a866374b5.tar.bz2
chat-6c75662b824491a20a757a5eec59556a866374b5.zip
PLT-2697 Fixing team admins (#2900)
* PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 9013dbea9..b888beba0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1704,14 +1704,18 @@
"translation": "You do not have the appropriate permissions"
},
{
- "id": "api.user.update_roles.system_admin_mod.app_error",
- "translation": "The system admin role can only by modified by another system admin"
- },
- {
"id": "api.user.update_roles.system_admin_set.app_error",
"translation": "The system admin role can only be set by another system admin"
},
{
+ "id": "api.user.update_roles.system_admin_needed.app_error",
+ "translation": "The system admin role is needed for this action"
+ },
+ {
+ "id": "api.user.update_roles.team_admin_needed.app_error",
+ "translation": "The team admin role is needed for this action"
+ },
+ {
"id": "api.user.upload_profile_user.array.app_error",
"translation": "Empty array under 'image' in request"
},