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 3c97a35769..2f2dc31500 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 @@ -17,12 +17,10 @@ import type {UserNotifyProps, UserProfile} from '@mattermost/types/users'; import type {ActionResult} from 'mattermost-redux/types/actions'; import ExternalLink from 'components/external_link'; -import LocalizedIcon from 'components/localized_icon'; import SettingItem from 'components/setting_item'; import SettingItemMax from 'components/setting_item_max'; import Constants, {NotificationLevels} from 'utils/constants'; -import {t} from 'utils/i18n'; import {stopTryNotificationRing} from 'utils/notification_sounds'; import {a11yFocus} from 'utils/utils'; @@ -1068,12 +1066,12 @@ class NotificationsTab extends React.PureComponent { ref={this.drawerRef} >
-