Этот коммит содержится в:
=Corey Hulen
2016-01-11 13:42:06 -06:00
родитель 5c49f32088 49530d2f9f
Коммит cf0d275ae4

Просмотреть файл

@@ -581,12 +581,12 @@ export default class EmailSettings extends React.Component {
className='form-control' className='form-control'
id='PushNotificationServer' id='PushNotificationServer'
ref='PushNotificationServer' ref='PushNotificationServer'
placeholder='E.g.: "https://push.mattermost.com"' placeholder='E.g.: "https://push-test.mattermost.com"'
defaultValue={this.props.config.EmailSettings.PushNotificationServer} defaultValue={this.props.config.EmailSettings.PushNotificationServer}
onChange={this.handleChange} onChange={this.handleChange}
disabled={!this.state.sendPushNotifications} 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>
</div> </div>