diff --git a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx index 4a7ee5de57bc..1276b647f34d 100644 --- a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx +++ b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx @@ -621,7 +621,16 @@ class NotificationsTab extends React.PureComponent { expandedSection = ( + + {this.props.intl.formatMessage({id: 'user.settings.notifications.keywordsWithNotification.title', defaultMessage: 'Keywords that trigger notifications'})} + +
+ {inputs} +
+ + } submit={this.handleSubmit} saving={this.state.isSaving} serverError={serverError}