summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-06 11:41:12 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 12:41:12 -0300
commit01ee2fc121925f42eafd076c09a65be1f5684ade (patch)
tree764d2bf954947ba41e39b6cf9429df46eaa382c7 /webapp/i18n
parente8a986743407dafe1d30ac79bbd66d4406f8686e (diff)
downloadchat-01ee2fc121925f42eafd076c09a65be1f5684ade.tar.gz
chat-01ee2fc121925f42eafd076c09a65be1f5684ade.tar.bz2
chat-01ee2fc121925f42eafd076c09a65be1f5684ade.zip
Update text for restricting integration management to admins (#3962)
Update text for restricting integration management to admins
Diffstat (limited to 'webapp/i18n')
-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 2c2b63ee6..009e84de9 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -636,8 +636,8 @@
"admin.service.iconTitle": "Enable integrations to override profile picture icons:",
"admin.service.insecureTlsDesc": "When true, any outgoing HTTPS requests will accept unverified, self-signed certificates. For example, outgoing webhooks to a server with a self-signed TLS certificate, using any domain, will be allowed. Note that this makes these connections susceptible to man-in-the-middle attacks.",
"admin.service.insecureTlsTitle": "Enable Insecure Outgoing Connections: ",
- "admin.service.integrationAdmin": "Restrict creating integrations to Team and System Admins: ",
- "admin.service.integrationAdminDesc": "When true, user created integrations can only be created by admins.",
+ "admin.service.integrationAdmin": "Restrict managing integrations to Admins:",
+ "admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.",
"admin.service.listenAddress": "Listen Address:",
"admin.service.listenDescription": "The address to which to bind and listen. Entering \":8065\" will bind to all interfaces or you can choose one like \"127.0.0.1:8065\". Changing this will require a server restart before taking effect.",
"admin.service.listenExample": "Ex \":8065\"",