summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-11 09:31:42 -0800
committerChristopher Speller <crspeller@gmail.com>2015-12-14 08:23:22 -0500
commit6996521751588ae802e36d7b44b19703f1de6bb1 (patch)
tree67644b913721124ad18087fe3e2a2597d774ceba /web
parent0932c3a573439ff9238d36d1c2c6244f7a2cfed4 (diff)
downloadchat-6996521751588ae802e36d7b44b19703f1de6bb1.tar.gz
chat-6996521751588ae802e36d7b44b19703f1de6bb1.tar.bz2
chat-6996521751588ae802e36d7b44b19703f1de6bb1.zip
Push notifications help text update
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/email_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/email_settings.jsx b/web/react/components/admin_console/email_settings.jsx
index 238ace3da..42e3507d6 100644
--- a/web/react/components/admin_console/email_settings.jsx
+++ b/web/react/components/admin_console/email_settings.jsx
@@ -586,7 +586,7 @@ export default class EmailSettings extends React.Component {
onChange={this.handleChange}
disabled={!this.state.sendPushNotifications}
/>
- <p className='help-text'>{'Location of the push notification server.'}</p>
+ <p className='help-text'>{'Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use https://push.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.'}</p>
</div>
</div>