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 c5d8a09417..ad93c5269d 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}