summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_integrations.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-02 14:13:34 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-02 14:13:34 -0500
commit31eee1ef6ebb59a89885ef7e3ebd6801f9a396d4 (patch)
treec21e52d00aa42dbb8e7f0077f259014eeaa8cbaf /web/react/components/user_settings/user_settings_integrations.jsx
parent17233b1dce530eef75e16944da7abdb060d2c27e (diff)
parent1f3423796eee06a126d3cab7c276e2d0f169b869 (diff)
downloadchat-31eee1ef6ebb59a89885ef7e3ebd6801f9a396d4.tar.gz
chat-31eee1ef6ebb59a89885ef7e3ebd6801f9a396d4.tar.bz2
chat-31eee1ef6ebb59a89885ef7e3ebd6801f9a396d4.zip
Merge pull request #1268 from mattermost/plt-514
PLT-514 Validate callback urls on the server and add help text to outgoing webhooks
Diffstat (limited to 'web/react/components/user_settings/user_settings_integrations.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_integrations.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings/user_settings_integrations.jsx b/web/react/components/user_settings/user_settings_integrations.jsx
index 9bee74343..4a9915a1f 100644
--- a/web/react/components/user_settings/user_settings_integrations.jsx
+++ b/web/react/components/user_settings/user_settings_integrations.jsx
@@ -56,7 +56,7 @@ export default class UserSettingsIntegrationsTab extends React.Component {
<SettingItemMin
title='Incoming Webhooks'
width='medium'
- describe='Manage your incoming webhooks (Developer feature)'
+ describe='Manage your incoming webhooks'
updateSection={() => {
this.updateSection('incoming-hooks');
}}