Update Push and Email Notifications Text (#3924)

* Update user_settings_notifications.jsx

* Update user_settings_notifications.jsx

* Update email_notification_setting.jsx

* Update en.json

* Update user_settings_notifications.jsx
Этот коммит содержится в:
Eric Sethna
2016-09-01 08:02:35 -06:00
коммит произвёл Joram Wilander
родитель 26f96b240d
Коммит 38b25a8784
3 изменённых файлов: 20 добавлений и 4 удалений

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

@@ -149,7 +149,7 @@ export default class EmailNotificationSetting extends React.Component {
batchingInfo = (
<FormattedMessage
id='user.settings.notifications.emailBatchingInfo'
defaultMessage='Notifications are combined into a single email and sent at the maximum frequency selected here.'
defaultMessage='Notifications received over the time period selected are combined and sent in a single email.'
/>
);
}