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.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/email_notification_setting.jsx b/webapp/components/user_settings/email_notification_setting.jsx
index 5c0d95d8b..e2519328b 100644
--- a/webapp/components/user_settings/email_notification_setting.jsx
+++ b/webapp/components/user_settings/email_notification_setting.jsx
@@ -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.'
/>
);
}