summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-08-07 05:23:16 +0500
committerCorey Hulen <corey@hulen.com>2017-08-06 17:23:16 -0700
commit9eb8d93a0d958b830b1f759dd0917629bd79c8e6 (patch)
tree2098d0e0ba18bd76aa40527faa4aaa9ca3168301 /i18n
parent178ccd16cba26144eac404f413440867b360033c (diff)
downloadchat-9eb8d93a0d958b830b1f759dd0917629bd79c8e6.tar.gz
chat-9eb8d93a0d958b830b1f759dd0917629bd79c8e6.tar.bz2
chat-9eb8d93a0d958b830b1f759dd0917629bd79c8e6.zip
Updating user access token UI (#7091)
* Updating user access token UI Updating help text Updating tokenlistClass Updating string for token Updating translations Updating translations Updating translations * Updating translations * Minor UI fix * Update manage_tokens_modal.jsx * Update user_settings_security.jsx * Update en.json * Fix merge conflicts
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 730017e95..3b2d2662e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3157,7 +3157,7 @@
},
{
"id": "app.user_access_token.disabled",
- "translation": "User access tokens are disabled on this server. Please contact your system administrator for details."
+ "translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
{
"id": "app.user_access_token.invalid_or_missing",
@@ -3601,11 +3601,11 @@
},
{
"id": "authentication.roles.system_user_access_token.name",
- "translation": "User Access Token"
+ "translation": "Personal Access Token"
},
{
"id": "authentication.roles.system_user_access_token.description",
- "translation": "A role with the permissions to create, read and revoke user access tokens"
+ "translation": "A role with the permissions to create, read and revoke personal access tokens"
},
{
"id": "authentication.permissions.create_post_public.name",
@@ -3617,27 +3617,27 @@
},
{
"id": "authentication.permissions.create_user_access_token.name",
- "translation": "Create User Access Token"
+ "translation": "Create Personal Access Token"
},
{
"id": "authentication.permissions.create_user_access_token.description",
- "translation": "Ability to create user access tokens"
+ "translation": "Ability to create personal access tokens"
},
{
"id": "authentication.permissions.read_user_access_token.name",
- "translation": "Read User Access Tokens"
+ "translation": "Read Personal Access Tokens"
},
{
"id": "authentication.permissions.read_user_access_token.description",
- "translation": "Ability to read user access tokens' id, description and user_id fields"
+ "translation": "Ability to read personal access tokens' id, description and user_id fields"
},
{
"id": "authentication.permissions.revoke_user_access_token.name",
- "translation": "Revoke User Access Token"
+ "translation": "Revoke Personal Access Token"
},
{
"id": "authentication.permissions.revoke_user_access_token.description",
- "translation": "Ability to revoke user access tokens"
+ "translation": "Ability to revoke personal access tokens"
},
{
"id": "authentication.permissions.create_group_channel.description",
@@ -6217,23 +6217,23 @@
},
{
"id": "store.sql_user_access_token.get_by_user.app_error",
- "translation": "We couldn't get the user access tokens by user"
+ "translation": "We couldn't get the personal access tokens by user"
},
{
"id": "store.sql_user_access_token.get_by_token.app_error",
- "translation": "We couldn't get the user access token by token"
+ "translation": "We couldn't get the personal access token by token"
},
{
"id": "store.sql_user_access_token.get.app_error",
- "translation": "We couldn't get the user access token"
+ "translation": "We couldn't get the personal access token"
},
{
"id": "store.sql_user_access_token.delete.app_error",
- "translation": "We couldn't delete the user access token"
+ "translation": "We couldn't delete the personal access token"
},
{
"id": "store.sql_user_access_token.save.app_error",
- "translation": "We couldn't save the user access token"
+ "translation": "We couldn't save the personal access token"
},
{
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",