summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-08-16 09:18:06 -0400
committerenahum <nahumhbl@gmail.com>2017-08-16 10:18:06 -0300
commitcc3d8a9180595305114a112c05274b645c6d7abe (patch)
tree1b5cddc1e7272e2b3836ae3dd72f85840afc043c /webapp/components/admin_console
parentb122381e87577ddfc12b792a3de9121ea830d50e (diff)
downloadchat-cc3d8a9180595305114a112c05274b645c6d7abe.tar.gz
chat-cc3d8a9180595305114a112c05274b645c6d7abe.tar.bz2
chat-cc3d8a9180595305114a112c05274b645c6d7abe.zip
Add note that users can be searched by token ID in the Users page (#7222)
* Update en.json * Update custom_integrations_settings.jsx * Update logs.jsx
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/custom_integrations_settings.jsx2
-rw-r--r--webapp/components/admin_console/server_logs/logs.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/custom_integrations_settings.jsx b/webapp/components/admin_console/custom_integrations_settings.jsx
index 3b5c51171..e6bcb4b32 100644
--- a/webapp/components/admin_console/custom_integrations_settings.jsx
+++ b/webapp/components/admin_console/custom_integrations_settings.jsx
@@ -185,7 +185,7 @@ export default class WebhookSettings extends AdminSettings {
helpText={
<FormattedHTMLMessage
id='admin.service.userAccessTokensDescription'
- defaultMessage='When true, users can create <a href="https://about.mattermost.com/default-user-access-tokens" target="_blank">user access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create user access tokens, go to the <strong>System Console > Users</strong> page.'
+ defaultMessage='When true, users can create <a href="https://about.mattermost.com/default-user-access-tokens" target="_blank">user access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.'
/>
}
value={this.state.enableUserAccessTokens}
diff --git a/webapp/components/admin_console/server_logs/logs.jsx b/webapp/components/admin_console/server_logs/logs.jsx
index b60a66ce6..b0d8b38ac 100644
--- a/webapp/components/admin_console/server_logs/logs.jsx
+++ b/webapp/components/admin_console/server_logs/logs.jsx
@@ -96,7 +96,7 @@ export default class Logs extends React.PureComponent {
<div className='banner__content'>
<FormattedMessage
id='admin.logs.bannerDesc'
- defaultMessage='To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.'
+ defaultMessage='To look up users by User ID or Token ID, go to Reporting > Users and paste the ID into the search filter.'
/>
</div>
</div>