summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/custom_integrations_settings.jsx
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-20 00:00:07 -0400
committerCorey Hulen <corey@hulen.com>2016-09-19 21:00:07 -0700
commit0157e613bdadaea6b0e0b9db7e8e3000282f09f4 (patch)
tree213c790fd3e6204f91d1c45e9f5c61b95f2e17c7 /webapp/components/admin_console/custom_integrations_settings.jsx
parentbb69e98631b2541954b6ae465b8ba5f788b9dc49 (diff)
downloadchat-0157e613bdadaea6b0e0b9db7e8e3000282f09f4.tar.gz
chat-0157e613bdadaea6b0e0b9db7e8e3000282f09f4.tar.bz2
chat-0157e613bdadaea6b0e0b9db7e8e3000282f09f4.zip
Add a link to OAuth 2 docs in help texts (#4034)
* Update installed_oauth_apps.jsx * Update custom_integrations_settings.jsx * Update confirm_integration.jsx * Update installed_oauth_apps.jsx * Update en.json * Change FormattedMessage to FormattedHTMLMessage * Fix proper coding of links in en.json * Update en.json
Diffstat (limited to 'webapp/components/admin_console/custom_integrations_settings.jsx')
-rw-r--r--webapp/components/admin_console/custom_integrations_settings.jsx4
1 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 10963b6a6..6a4202d00 100644
--- a/webapp/components/admin_console/custom_integrations_settings.jsx
+++ b/webapp/components/admin_console/custom_integrations_settings.jsx
@@ -115,9 +115,9 @@ export default class WebhookSettings extends AdminSettings {
/>
}
helpText={
- <FormattedMessage
+ <FormattedHTMLMessage
id='admin.oauth.providerDescription'
- defaultMessage='When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications.'
+ defaultMessage='When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See <a href="https://docs.mattermost.com/developer/oauth-2-0-applications.html" target="_blank">documentation</a> to learn more.'
/>
}
value={this.state.enableOAuthServiceProvider}