mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Reply notifications text (#3942)
* Update user_settings_notifications.jsx * Update en.json
This commit is contained in:
committed by
Joram Wilander
parent
5ffe27de8d
commit
ec27e96a87
@@ -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') {
|
||||
|
||||
@@ -1868,7 +1868,7 @@
|
||||
"user.settings.notifications.comments": "Reply notifications",
|
||||
"user.settings.notifications.commentsAny": "Trigger notifications on messages in reply threads that I start or participate in",
|
||||
"user.settings.notifications.commentsInfo": "In addition to notifications for when you're mentioned, select if you would like to receive notifications on reply threads.",
|
||||
"user.settings.notifications.commentsNever": "Only trigger notifications when I'm mentioned",
|
||||
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
|
||||
"user.settings.notifications.commentsRoot": "Trigger notifications on messages in threads that I start",
|
||||
"user.settings.notifications.desktop": "Send desktop notifications",
|
||||
"user.settings.notifications.desktop.mentionsFirefoxForever": "For mentions and direct messages, shown indefinitely",
|
||||
|
||||
Reference in New Issue
Block a user