diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx
index 672f8d6b7f..7c82488f63 100644
--- a/webapp/components/user_settings/user_settings_notifications.jsx
+++ b/webapp/components/user_settings/user_settings_notifications.jsx
@@ -608,6 +608,18 @@ export default class NotificationsTab extends React.Component {
);
+ const extraInfo = (
+
+
+
+ );
+
keysSection = (
);
} else {
- let keys = [];
+ let keys = ['@' + user.username];
if (this.state.firstNameKey) {
keys.push(user.first_name);
}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index f68763cc72..5416cde931 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -2128,6 +2128,7 @@
"user.settings.notifications.emailNotifications": "Email notifications",
"user.settings.notifications.header": "Notifications",
"user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "Never",
"user.settings.notifications.noWords": "No words configured",
"user.settings.notifications.off": "Off",