mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update email_settings.jsx
This commit is contained in:
@@ -54,7 +54,7 @@ var holders = defineMessages({
|
||||
},
|
||||
pushServerEx: {
|
||||
id: 'admin.email.pushServerEx',
|
||||
defaultMessage: 'E.g.: "https://push-test.mattermost.com"'
|
||||
defaultMessage: 'E.g.: "http://push-test.mattermost.com"'
|
||||
},
|
||||
testing: {
|
||||
id: 'admin.email.testing',
|
||||
@@ -954,4 +954,4 @@ EmailSettings.propTypes = {
|
||||
config: React.PropTypes.object
|
||||
};
|
||||
|
||||
export default injectIntl(EmailSettings);
|
||||
export default injectIntl(EmailSettings);
|
||||
|
||||
Reference in New Issue
Block a user