summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-05 11:25:12 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-05 11:25:12 -0400
commitef55d7f244cb727402a7c0a570efd719e794cf66 (patch)
treeb5b5ab8bcda79dfaa3b72471f62cbd888aa04a12 /web/react/components/admin_console
parent2a23d90ca6528ffaaf38365d549682de0613e922 (diff)
downloadchat-ef55d7f244cb727402a7c0a570efd719e794cf66.tar.gz
chat-ef55d7f244cb727402a7c0a570efd719e794cf66.tar.bz2
chat-ef55d7f244cb727402a7c0a570efd719e794cf66.zip
Update help text to mention the BOT tag for webhook posts.
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/service_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/service_settings.jsx b/web/react/components/admin_console/service_settings.jsx
index abc92cc20..b2d1b7b4d 100644
--- a/web/react/components/admin_console/service_settings.jsx
+++ b/web/react/components/admin_console/service_settings.jsx
@@ -201,7 +201,7 @@ export default class ServiceSettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'When true, incoming webhooks will be allowed.'}</p>
+ <p className='help-text'>{'When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag.'}</p>
</div>
</div>