summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-02 16:15:04 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-02 16:15:04 -0800
commit15976cc33de8962cdb10a639285de6a5febc4d95 (patch)
tree3c901f46527db4bd37f2ceb8cf8b5873c2620b65 /web/static/i18n/en.json
parent4c6c94d47cf2fa55b1c5b95edcfc3d6e025a3cf9 (diff)
downloadchat-15976cc33de8962cdb10a639285de6a5febc4d95.tar.gz
chat-15976cc33de8962cdb10a639285de6a5febc4d95.tar.bz2
chat-15976cc33de8962cdb10a639285de6a5febc4d95.zip
Adding props to admin console
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 1d875def1..7ae963da1 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -384,10 +384,14 @@
"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.outWebhooksTitle": "Enable Outgoing Webhooks: ",
"admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed.",
- "admin.service.overrideTitle": "Enable Overriding Usernames from Webhooks: ",
- "admin.service.overrideDescription": "When true, webhooks 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.iconTitle": "Enable Overriding Icon from Webhooks: ",
- "admin.service.iconDescription": "When true, webhooks will be allowed to change the icon they post with. Note, combined with allowing username overriding, this could open users up to phishing attacks.",
+ "admin.service.cmdsTitle": "Enable Slash Commands: ",
+ "admin.service.cmdsDesc": "When true, user created slash commands will be allowed.",
+ "admin.service.integrationAdmin": "Enable Integrations for Admin Only: ",
+ "admin.service.integrationAdminDesc": "When true, user created integrations can only be created by admins.",
+ "admin.service.overrideTitle": "Enable Overriding Usernames from Webhooks and Salsh Commands: ",
+ "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.iconTitle": "Enable Overriding Icon from Webhooks and Slash Commands: ",
+ "admin.service.iconDescription": "When true, webhooks and slash commands will be allowed to change the icon they post with. Note, combined with allowing username overriding, this could open users up to phishing attacks.",
"admin.service.testingTitle": "Enable Testing: ",
"admin.service.testingDescription": "(Developer Option) When true, /loadtest slash command is enabled to load test accounts and test data. Changing this will require a server restart before taking effect.",
"admin.service.developerTitle": "Enable Developer Mode: ",