From 5a8c1c18e52c4604e1b8473fb3ab57c670e9858f Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 4 Aug 2017 13:51:08 -0400 Subject: 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) --- webapp/i18n/en.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'webapp/i18n') 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": "User Access Tokens: No", - "admin.user_item.userAccessTokenAdmin": "User Access Tokens: Yes (with system_admin)", - "admin.user_item.userAccessTokenPostAll": "User Access Tokens: Yes (with post:all)", - "admin.user_item.userAccessTokenPostAllPublic": "User Access Tokens: Yes (with post:channels)", - "admin.user_item.userAccessTokenYes": "User Access Tokens: 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": "Sign-in Method: Email", "admin.user_item.authServiceNotEmail": "Sign-in Method: {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.", -- cgit v1.2.3-1-g7c22