summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-07-06 16:40:40 -0400
committerCorey Hulen <corey@hulen.com>2016-07-06 12:40:40 -0800
commit3ebc259f63faddfd1d704037f5e84090fca82a7d (patch)
tree85047223e37953534dafb7d0b5a4c391d205332d /webapp/i18n
parentb114062c1b8128fe650fce72454ba4f1fcbe5733 (diff)
downloadchat-3ebc259f63faddfd1d704037f5e84090fca82a7d.tar.gz
chat-3ebc259f63faddfd1d704037f5e84090fca82a7d.tar.bz2
chat-3ebc259f63faddfd1d704037f5e84090fca82a7d.zip
Added help text to integrations pages in backstage (#3513)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index b305e25bc..e47f68eb9 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1060,11 +1060,15 @@
"installed_commands.add": "Add Slash Command",
"installed_commands.empty": "No commands found",
"installed_commands.header": "Slash Commands",
+ "installed_commands.help": "Create slash commands for use in external integrations. Please see the {link} to learn more.",
+ "installed_commands.helpLink": "documentation",
"installed_commands.search": "Search Slash Commands",
"installed_commands.unnamed_command": "Unnamed Slash Command",
"installed_incoming_webhooks.add": "Add Incoming Webhook",
"installed_incoming_webhooks.empty": "No incoming webhooks found",
"installed_incoming_webhooks.header": "Incoming Webhooks",
+ "installed_incoming_webhooks.help": "Create incoming webhook URLs for use in external integrations. Please see the {link} to learn more.",
+ "installed_incoming_webhooks.helpLink": "documentation",
"installed_incoming_webhooks.search": "Search Incoming Webhooks",
"installed_incoming_webhooks.unknown_channel": "A Private Webhook",
"installed_integrations.callback_urls": "Callback URLs: {urls}",
@@ -1078,6 +1082,8 @@
"installed_outgoing_webhooks.add": "Add Outgoing Webhook",
"installed_outgoing_webhooks.empty": "No outgoing webhooks found",
"installed_outgoing_webhooks.header": "Outgoing Webhooks",
+ "installed_outgoing_webhooks.help": "Create outgoing webhook URLs for use in external integrations. Please see the {link} to learn more.",
+ "installed_outgoing_webhooks.helpLink": "documentation",
"installed_outgoing_webhooks.search": "Search Outgoing Webhooks",
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
"integrations.command.description": "Slash commands send events to external integrations",