From 7068307a1c12d7e045f68e73448ab728fc2b10c7 Mon Sep 17 00:00:00 2001 From: joannekoong Date: Mon, 20 Feb 2017 19:07:50 -0500 Subject: Add help text for 'Words that trigger mentions' (#5459) --- .../user_settings/user_settings_notifications.jsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'webapp/components/user_settings/user_settings_notifications.jsx') diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx index 672f8d6b7..7c82488f6 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); } -- cgit v1.2.3-1-g7c22