summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-02-04 15:37:17 -0800
committerit33 <it33@users.noreply.github.com>2016-02-04 15:37:17 -0800
commitfc9494b5876c7290e2ea3d11a79004a27fbb9c1d (patch)
tree43e34613d7009951f5a84e3b7a165f6a364d50a8 /web
parent87c9413e37e8143de2d2e4ceb5f7b7bcbeba425c (diff)
downloadchat-fc9494b5876c7290e2ea3d11a79004a27fbb9c1d.tar.gz
chat-fc9494b5876c7290e2ea3d11a79004a27fbb9c1d.tar.bz2
chat-fc9494b5876c7290e2ea3d11a79004a27fbb9c1d.zip
Update email_settings.jsx
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 c51427aba..1d8f9c1dc 100644
--- a/web/react/components/admin_console/email_settings.jsx
+++ b/web/react/components/admin_console/email_settings.jsx
@@ -918,7 +918,7 @@ class EmailSettings extends React.Component {
<p className='help-text'>
<FormattedMessage
id='admin.email.pushServerDesc'
- defaultMessage='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.'
+ defaultMessage='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 http://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>