summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorNicolas Clerc <kernicPanel@nclerc.fr>2016-02-21 13:44:48 +0100
committerNicolas Clerc <kernicPanel@nclerc.fr>2016-02-21 13:53:27 +0100
commit0986057c642a1d69ebfdd8994afd3449601facc3 (patch)
tree5f0e612b4a580a6982605255bdb5c552c2e8c0a3 /web/static/i18n/en.json
parent3c0540653f70d2480fa832737a725f70d8362795 (diff)
downloadchat-0986057c642a1d69ebfdd8994afd3449601facc3.tar.gz
chat-0986057c642a1d69ebfdd8994afd3449601facc3.tar.bz2
chat-0986057c642a1d69ebfdd8994afd3449601facc3.zip
PLT-1800 Replace webhooks documentation URL
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 3d83eeda1..1dc0bdebc 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1111,7 +1111,7 @@
"user.settings.hooks_in.channel": "Channel: ",
"user.settings.hooks_in.none": "None",
"user.settings.hooks_in.existing": "Existing incoming webhooks",
- "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://mattermost.org/webhooks\" target=\"_blank\">http://mattermost.org/webhooks</a> to learn more.",
+ "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">incoming webhooks documentation</a> to learn more.",
"user.settings.hooks_in.addTitle": "Add a new incoming webhook",
"user.settings.hooks_in.add": "Add",
"user.settings.languages.change": "Change interface language",
@@ -1124,7 +1124,7 @@
"user.settings.hooks_out.regen": "Regen Token",
"user.settings.hooks_out.none": "None",
"user.settings.hooks_out.existing": "Existing outgoing webhooks",
- "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> to learn more.",
+ "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">outgoing webhooks documentation</a> to learn more.",
"user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
"user.settings.hooks_out.only": "Only public channels can be used",
"user.settings.hooks_out.comma": "Comma separated words to trigger on",
@@ -1275,4 +1275,4 @@
"intro_messages.beginning": "Beginning of {name}",
"intro_messages.invite": "Invite others to this {type}",
"intro_messages.setHeader": "Set a Header"
-} \ No newline at end of file
+}