summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/email_notification_setting.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/user_settings/email_notification_setting.jsx')
-rw-r--r--webapp/components/user_settings/email_notification_setting.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/components/user_settings/email_notification_setting.jsx b/webapp/components/user_settings/email_notification_setting.jsx
index df5f80c64..5c0d95d8b 100644
--- a/webapp/components/user_settings/email_notification_setting.jsx
+++ b/webapp/components/user_settings/email_notification_setting.jsx
@@ -102,7 +102,7 @@ export default class EmailNotificationSetting extends React.Component {
return (
<SettingItemMin
- title={localizeMessage('user.settings.notifications.emailNotifications', 'Send Email notifications')}
+ title={localizeMessage('user.settings.notifications.emailNotifications', 'Email notifications')}
describe={description}
updateSection={this.expand}
/>
@@ -156,7 +156,7 @@ export default class EmailNotificationSetting extends React.Component {
return (
<SettingItemMax
- title={localizeMessage('user.settings.notifications.emailNotifications', 'Send email notifications')}
+ title={localizeMessage('user.settings.notifications.emailNotifications', 'Email notifications')}
inputs={[
<div key='userNotificationEmailOptions'>
<div className='radio'>
@@ -192,7 +192,7 @@ export default class EmailNotificationSetting extends React.Component {
<div>
<FormattedMessage
id='user.settings.notifications.emailInfo'
- defaultMessage='Email notifications that are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.'
+ defaultMessage='Email notifications are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.'
values={{
siteName: global.window.mm_config.SiteName
}}
@@ -208,4 +208,4 @@ export default class EmailNotificationSetting extends React.Component {
/>
);
}
-} \ No newline at end of file
+}