summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-01-11 11:22:13 -0800
committerit33 <it33@users.noreply.github.com>2016-01-11 11:22:13 -0800
commit22f714bd029a25230b4e1caeb12e7fce512834d2 (patch)
tree431dd051e26f16803b888c212202299797d4661c /web
parent5083a3947ac792bf668a3c0af545b86c3331a748 (diff)
downloadchat-22f714bd029a25230b4e1caeb12e7fce512834d2.tar.gz
chat-22f714bd029a25230b4e1caeb12e7fce512834d2.tar.bz2
chat-22f714bd029a25230b4e1caeb12e7fce512834d2.zip
Adding push-test.mattermost.com
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/email_settings.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/admin_console/email_settings.jsx b/web/react/components/admin_console/email_settings.jsx
index 91d73dccd..193fd4147 100644
--- a/web/react/components/admin_console/email_settings.jsx
+++ b/web/react/components/admin_console/email_settings.jsx
@@ -581,12 +581,12 @@ export default class EmailSettings extends React.Component {
className='form-control'
id='PushNotificationServer'
ref='PushNotificationServer'
- placeholder='E.g.: "https://push.mattermost.com"'
+ placeholder='E.g.: "https://push-test.mattermost.com"'
defaultValue={this.props.config.EmailSettings.PushNotificationServer}
onChange={this.handleChange}
disabled={!this.state.sendPushNotifications}
/>
- <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>
+ <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-test.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>