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 4a7ee5de57b..e519ce04b78 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 @@ -597,7 +597,8 @@ class NotificationsTab extends React.PureComponent { Menu: () => null, MenuList: () => null, }} - aria-labelledby='notificationTriggerCustom' + aria-labelledby='settingTitle' + aria-describedby='extraInfo' onChange={this.handleChangeForCustomKeysWithNotificationInput} value={this.state.customKeysWithNotification} inputValue={this.state.customKeysWithNotificationInputValue}