summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
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/i18n/en.json
parent355b0d61ae3cd5709b4a90789e0254b9d4710b9d (diff)
downloadchat-46020c7722aff1690aae8f31c443c0c6af4a6083.tar.gz
chat-46020c7722aff1690aae8f31c443c0c6af4a6083.tar.bz2
chat-46020c7722aff1690aae8f31c443c0c6af4a6083.zip
Updated AddIntegrations help text
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
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",