* Update user_settings_notifications.jsx

* Update en.json
Этот коммит содержится в:
Eric Sethna
2016-09-06 06:23:39 -06:00
коммит произвёл Joram Wilander
родитель 5ffe27de8d
Коммит ec27e96a87
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -804,7 +804,7 @@ export default class NotificationsTab extends React.Component {
describe = (
<FormattedMessage
id='user.settings.notifications.commentsNever'
defaultMessage="Only trigger notifications when I'm mentioned"
defaultMessage="Do not trigger notifications on messages in reply threads unless I'm mentioned"
/>
);
} else if (this.state.notifyCommentsLevel === 'root') {