summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorTatsuya Niwa <tty.niwa@gmail.com>2016-02-11 20:02:49 +0900
committerTatsuya Niwa <tty.niwa@gmail.com>2016-02-11 20:02:49 +0900
commitec34b85c4308b6ceab80f2f2735336e299e8ea3c (patch)
tree5ba65560ca5abd723dc0a8d01b264ffd9719a6a8 /web/static/i18n/en.json
parent00795908f62aa28d6717199cf727a4bbf22a105a (diff)
downloadchat-ec34b85c4308b6ceab80f2f2735336e299e8ea3c.tar.gz
chat-ec34b85c4308b6ceab80f2f2735336e299e8ea3c.tar.bz2
chat-ec34b85c4308b6ceab80f2f2735336e299e8ea3c.zip
Add a warning when demoting yourself from System Administrator from the team Manage Members menu
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 2c091ca7d..17bd6b32c 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -691,6 +691,10 @@
"member_team_item.makeMember": "Make Member",
"member_team_item.makeActive": "Make Active",
"member_team_item.makeInactive": "Make Inactive",
+ "member_team_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
+ "member_team_item.confirmDemotion": "Confirm Demotion",
+ "member_team_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.",
+ "member_team_item.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
"more_channels.join": "Join",
"more_channels.noMore": "No more channels to join",
"more_channels.createClick": "Click 'Create New Channel' to make a new one",