summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-12-19 12:47:43 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-12-19 10:47:43 -0500
commit98d96f5457fe3a238f88d6d94f3ed9c22b357637 (patch)
treef7f014937b3e2d8778c95dcfa2c248e4c4112bb1 /webapp/i18n
parentf96173528f08684092b89f903f0389fe2b607192 (diff)
downloadchat-98d96f5457fe3a238f88d6d94f3ed9c22b357637.tar.gz
chat-98d96f5457fe3a238f88d6d94f3ed9c22b357637.tar.bz2
chat-98d96f5457fe3a238f88d6d94f3ed9c22b357637.zip
PLT-5021 Order System Console Teams section by Display Name (#4831)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 4fa66fa66..fa8fa67b9 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -857,7 +857,7 @@
"admin.user_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.",
"admin.user_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
"admin.user_item.confirmDemotion": "Confirm Demotion",
- "admin.user_item.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
+ "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}",
"admin.user_item.emailTitle": "<strong>Email:</strong> {email}",
"admin.user_item.inactive": "Inactive",
"admin.user_item.makeActive": "Make Active",
@@ -1839,7 +1839,7 @@
"team_members_dropdown.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.",
"team_members_dropdown.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
"team_members_dropdown.confirmDemotion": "Confirm Demotion",
- "team_members_dropdown.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
+ "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}",
"team_members_dropdown.inactive": "Inactive",
"team_members_dropdown.leave_team": "Remove From Team",
"team_members_dropdown.makeActive": "Make Active",