summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-04 13:51:08 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-05 01:51:08 +0800
commit5a8c1c18e52c4604e1b8473fb3ab57c670e9858f (patch)
tree7806eb63883f6fca58b350642bdd15441b9e2112 /webapp/i18n
parent28726460d76d942f4d9995e417168c687310034f (diff)
downloadchat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.tar.gz
chat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.tar.bz2
chat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.zip
PLT-7287 Move access token text in user list to under the dropdown (#7099)
* Move access token text in user list to under the dropdown * Updating UI for token help text (#7107)
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 02e0964ce..3b69c147e 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -988,11 +988,9 @@
"admin.manage_roles.manageRolesTitle": "Manage Roles",
"admin.manage_roles.cancel": "Cancel",
"admin.manage_roles.save": "Save",
- "admin.user_item.userAccessTokenNo": "<strong>User Access Tokens:</strong> No",
- "admin.user_item.userAccessTokenAdmin": "<strong>User Access Tokens:</strong> Yes (with system_admin)",
- "admin.user_item.userAccessTokenPostAll": "<strong>User Access Tokens:</strong> Yes (with post:all)",
- "admin.user_item.userAccessTokenPostAllPublic": "<strong>User Access Tokens:</strong> Yes (with post:channels)",
- "admin.user_item.userAccessTokenYes": "<strong>User Access Tokens:</strong> Yes",
+ "admin.user_item.userAccessTokenPostAll": "(with post:all user access tokens)",
+ "admin.user_item.userAccessTokenPostAllPublic": "(with post:channels user access tokens)",
+ "admin.user_item.userAccessTokenYes": "(with user access tokens)",
"admin.user_item.authServiceEmail": "<strong>Sign-in Method:</strong> Email",
"admin.user_item.authServiceNotEmail": "<strong>Sign-in Method:</strong> {service}",
"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.",