Merge pull request #864 from esethna/patch-3

Update email notification help text
Этот коммит содержится в:
Harrison Healey
2015-09-29 17:27:01 -04:00
родитель 5596dbf27f ce0827f985
Коммит 08af14abc9

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

@@ -420,7 +420,7 @@ export default class NotificationsTab extends React.Component {
</label>
<br/>
</div>
<div><br/>{'Email notifications are sent for mentions and direct messages after you have been away from ' + global.window.config.SiteName + ' for 5 minutes.'}</div>
<div><br/>{'Email notifications are sent for mentions and direct messages after youve been offline for more than 60 seconds or away from ' + global.window.config.SiteName + ' for more than 5 minutes.'}</div>
</div>
);