summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 13:11:23 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:18:48 -0400
commit46020c7722aff1690aae8f31c443c0c6af4a6083 (patch)
treeaff73ec53df4de8516ee961cd9129a13dbaa1afe /webapp/components/backstage
parent355b0d61ae3cd5709b4a90789e0254b9d4710b9d (diff)
downloadchat-46020c7722aff1690aae8f31c443c0c6af4a6083.tar.gz
chat-46020c7722aff1690aae8f31c443c0c6af4a6083.tar.bz2
chat-46020c7722aff1690aae8f31c443c0c6af4a6083.zip
Updated AddIntegrations help text
Diffstat (limited to 'webapp/components/backstage')
-rw-r--r--webapp/components/backstage/add_integration.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/backstage/add_integration.jsx b/webapp/components/backstage/add_integration.jsx
index c821c0898..1e57bd55d 100644
--- a/webapp/components/backstage/add_integration.jsx
+++ b/webapp/components/backstage/add_integration.jsx
@@ -58,7 +58,7 @@ export default class AddIntegration extends React.Component {
description={
<FormattedMessage
id='add_integration.incomingWebhook.description'
- defaultMessage='This is a webhook to which you can send stuff that will be posted'
+ defaultMessage='Create webhook URLs for use in external integrations.'
/>
}
link={`/${team.name}/integrations/add/incoming_webhook`}
@@ -80,7 +80,7 @@ export default class AddIntegration extends React.Component {
description={
<FormattedMessage
id='add_integration.outgoingWebhook.description'
- defaultMessage='This is a webhook that will send stuff to you when stuff is posted'
+ defaultMessage='Create webhooks to send new message events to an external integration.'
/>
}
link={`/${team.name}/integrations/add/outgoing_webhook`}