summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-09 18:39:34 -0700
committerit33 <iantien@gmail.com>2015-10-09 18:39:34 -0700
commitea3713561b7bf3667471e7b1e4452091f926366c (patch)
treec1b0c07cb15aa77363ef26b3245a643efc23b342 /web
parentb0d5b6a2e2e438aeece273dd453a247e250a2479 (diff)
downloadchat-ea3713561b7bf3667471e7b1e4452091f926366c.tar.gz
chat-ea3713561b7bf3667471e7b1e4452091f926366c.tar.bz2
chat-ea3713561b7bf3667471e7b1e4452091f926366c.zip
Update manage_incoming_hooks.jsx
Diffstat (limited to 'web')
-rw-r--r--web/react/components/user_settings/manage_incoming_hooks.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings/manage_incoming_hooks.jsx b/web/react/components/user_settings/manage_incoming_hooks.jsx
index b7f53be0b..8817e0d39 100644
--- a/web/react/components/user_settings/manage_incoming_hooks.jsx
+++ b/web/react/components/user_settings/manage_incoming_hooks.jsx
@@ -148,7 +148,7 @@ export default class ManageIncomingHooks extends React.Component {
return (
<div key='addIncomingHook'>
- {'For developers building integrations this page lets you create webhook URLs for channels and private groups. Please see http://mattermost.org/webhooks to learn about creating webhooks, view samples, and to let the community know about integrations you have ve built. The URLs created below can be used by outside applications to create posts in any channels or private groups you have access to. The specified channel will be used as the default.'}
+ {'For developers building integrations this page lets you create webhook URLs for channels and private groups. Please see http://mattermost.org/webhooks to learn about creating webhooks, view samples, and to let the community know about integrations you have built. The URLs created below can be used by outside applications to create posts in any channels or private groups you have access to. The specified channel will be used as the default.'}
<br/>
<label className='control-label'>{'Add a new incoming webhook'}</label>
<div className='padding-top'>