From 1283f6936def48398cca346acec1404a09d20e7b Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Mon, 11 Jul 2016 09:54:12 -0400 Subject: Add doc links to System Console > Integrations > Webhooks and Commands help text (#3540) * Add links to docs --- webapp/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 7330d441b..14ab92d97 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -526,7 +526,7 @@ "admin.service.attemptDescription": "Number of login attempts allowed before a user is locked out and required to reset their password via email.", "admin.service.attemptExample": "Ex \"10\"", "admin.service.attemptTitle": "Maximum Login Attempts:", - "admin.service.cmdsDesc": "When true, user created slash commands will be allowed.", + "admin.service.cmdsDesc": "When true, custom slash commands will be allowed. See documentation to learn more.", "admin.service.cmdsTitle": "Enable Custom Slash Commands: ", "admin.service.corsDescription": "Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.", "admin.service.corsEx": "http://example.com", @@ -549,7 +549,7 @@ "admin.service.mfaTitle": "Enable Multi-factor Authentication:", "admin.service.mobileSessionDays": "Session length for mobile apps (days):", "admin.service.mobileSessionDaysDesc": "Mobile sessions will expire after the number of days specified and will require users to sign in again.", - "admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed.", + "admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed. See documentation to learn more.", "admin.service.outWebhooksTitle": "Enable Outgoing Webhooks: ", "admin.service.overrideDescription": "When true, webhooks and slash commands will be allowed to change the username they are posting as. Note, combined with allowing icon overriding, this could open users up to phishing attacks.", "admin.service.overrideTitle": "Enable webhooks and slash commands to override usernames:", @@ -567,7 +567,7 @@ "admin.service.testingTitle": "Enable Testing Commands: ", "admin.service.webSessionDays": "Session length for email and LDAP authentication (days):", "admin.service.webSessionDaysDesc": "Email or LDAP sessions will expire after the number of days specified and will require users to sign in again.", - "admin.service.webhooksDescription": "When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag.", + "admin.service.webhooksDescription": "When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag. See documentation to learn more.", "admin.service.webhooksTitle": "Enable Incoming Webhooks: ", "admin.sidebar.addTeamSidebar": "Add team from sidebar menu", "admin.sidebar.advanced": "Advanced", -- cgit v1.2.3-1-g7c22