From 46020c7722aff1690aae8f31c443c0c6af4a6083 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 29 Mar 2016 13:11:23 -0400 Subject: Updated AddIntegrations help text --- webapp/components/backstage/add_integration.jsx | 4 ++-- webapp/i18n/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'webapp') 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={ } link={`/${team.name}/integrations/add/incoming_webhook`} @@ -80,7 +80,7 @@ export default class AddIntegration extends React.Component { description={ } link={`/${team.name}/integrations/add/outgoing_webhook`} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 784056cd0..40e486434 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -31,9 +31,9 @@ "add_incoming_webhook.save": "Save", "add_integration.header": "Add Integration", "add_integration.incomingWebhook.title": "Incoming Webhook", - "add_integration.incomingWebhook.description": "This is a webhook to which you can send stuff that will be posted", + "add_integration.incomingWebhook.description": "Create webhook URLs for use in external integrations.", "add_integration.outgoingWebhook.title": "Outgoing Webhook", - "add_integration.outgoingWebhook.description": "This is a webhook that will send stuff to you when stuff is posted", + "add_integration.outgoingWebhook.description": "Create webhooks to send new message events to an external integration.", "add_outgoing_webhook.callbackUrls": "Callback URLs (One Per Line)", "add_outgoing_webhook.callbackUrlsRequired": "One or more callback URLs are required", "add_outgoing_webhook.cancel": "Cancel", -- cgit v1.2.3-1-g7c22