summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-01 08:55:50 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-01 08:55:50 -0500
commit681134912c057bcd9c6ca14260a17b1edf040303 (patch)
treebf2bfb2f11929094afe8b1ad2aec662e59a60999 /web/static/i18n/en.json
parent0b022b130a6a4d4c3984fc7d021b2817b56480a1 (diff)
parent8b2fb86c3a21f7d4bccc4f3497e6f9d514cbad0c (diff)
downloadchat-681134912c057bcd9c6ca14260a17b1edf040303.tar.gz
chat-681134912c057bcd9c6ca14260a17b1edf040303.tar.bz2
chat-681134912c057bcd9c6ca14260a17b1edf040303.zip
Merge pull request #1966 from ttyniwa/feature/warning_when_demote_own_role_from_system_admin
PLT-588 Add a warning when a user demotes themselves from System Admiā€¦
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 45000a890..ed481a7f3 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -396,6 +396,9 @@
"admin.user_item.makeActive": "Make Active",
"admin.user_item.makeInactive": "Make Inactive",
"admin.user_item.resetPwd": "Reset Password",
+ "admin.user_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
+ "admin.user_item.confirmDemotion": "Confirm Demotion",
+ "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.",
"authorize.title": "An application would like to connect to your {teamName} account",
"authorize.app": "The app <strong>{appName}</strong> would like the ability to access and modify your basic information.",
"authorize.access": "Allow <strong>{appName}</strong> access?",