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 191d631c4c..d6a3ebfe26 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 @@ -231,7 +231,6 @@ function getDefaultStateFromProps(props: Props): State { const Input = (props: InputProps) => { const ariaProps = { 'aria-labelledby': 'settingTitle', - 'aria-describedby': 'extraInfo', }; return (