summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-14 07:55:45 -0800
committerCorey Hulen <corey@hulen.com>2016-02-14 07:55:45 -0800
commit2ec3762fb2e0140649d138006323b35726b9b213 (patch)
treee3e99de94902484a4f5af0a06a9614d2f8b9eadb /web/static
parent6ef0be3cf26bee000ed6e53fa1e1bb335b8a5314 (diff)
parent9bf8734bd109ad64c0fff2bb80e69011f7ad8972 (diff)
downloadchat-2ec3762fb2e0140649d138006323b35726b9b213.tar.gz
chat-2ec3762fb2e0140649d138006323b35726b9b213.tar.bz2
chat-2ec3762fb2e0140649d138006323b35726b9b213.zip
Merge pull request #2146 from ttyniwa/feature/PLT-1908
PLT-1908 Add a warning when demoting yourself from System Administrator from the team Manage Members menu
Diffstat (limited to 'web/static')
-rw-r--r--web/static/i18n/en.json4
-rw-r--r--web/static/i18n/es.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 4b20682af..984f16f29 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",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 2506e6430..d0adafc63 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -755,6 +755,10 @@
"member_team_item.member": "Miembro",
"member_team_item.systemAdmin": "Administrador de Sistema",
"member_team_item.teamAdmin": "Admin de Equipo",
+ "member_team_item.confirmDemoteDescription": "Si te degradas a ti mismo de la función de Administrador de Sistema y no hay otro usuario con privilegios de Administrador de Sistema, tendrás que volver a asignar un Administrador del Sistema accediendo al servidor de Mattermost a través de un terminal y ejecutar el siguiente comando.",
+ "member_team_item.confirmDemoteRoleTitle": "Confirmar el decenso del rol de Administrador de Sistema",
+ "member_team_item.confirmDemotion": "Confirmar decenso",
+ "member_team_item.confirmDemotionCmd": "platform -assign_role -team_name=\"tuequipo\" -email=\"nombre@tuempresa.com\" -role=\"system_admin\"",
"members_popover.msg": "Mensaje",
"members_popover.title": "Miembros",
"more_channels.close": "Cerrar",