diff --git a/webapp/channels/src/components/admin_console/team_channel_settings/users_to_be_removed_modal.tsx b/webapp/channels/src/components/admin_console/team_channel_settings/users_to_be_removed_modal.tsx index 1811711efe..6adc8e9dcc 100644 --- a/webapp/channels/src/components/admin_console/team_channel_settings/users_to_be_removed_modal.tsx +++ b/webapp/channels/src/components/admin_console/team_channel_settings/users_to_be_removed_modal.tsx @@ -7,8 +7,6 @@ import {FormattedMessage} from 'react-intl'; import type {UserProfile} from '@mattermost/types/users'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; - import GroupsUsers from './group/group_users'; type Props = { @@ -44,10 +42,13 @@ const UsersToBeRemovedModal = ({total, scope, scopeId, users, onExited}: Props) const handleHide = useCallback(() => setShow(false), []); const title = ( - {chunks}, + }} /> ); diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index da8cff3cc6..2212c91ef9 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -2584,7 +2584,6 @@ "admin.team_channel_settings.usersToBeRemovedModal.channel_message": "The members listed below are not in any of the groups currently linked to this channel. Because this channel is set to be managed by group sync they will all be removed once saved.", "admin.team_channel_settings.usersToBeRemovedModal.close": "Close", "admin.team_channel_settings.usersToBeRemovedModal.message": "The members listed below are not in any of the groups currently linked to this team. Because this team is set to be managed by group sync they will all be removed once saved.", - "admin.team_channel_settings.usersToBeRemovedModal.title": "**{total, number} {total, plural, one {User} other {Users}}** To Be Removed", "admin.team_channel_settings.view_removed_users": "View These Users", "admin.team_settings.description": "Manage team settings.", "admin.team_settings.groupsPageTitle": "{siteName} Teams", @@ -2685,6 +2684,7 @@ "admin.team.uploadDesc": "Customize your user experience by adding a custom image to your login screen. Recommended maximum image size is less than 2 MB.", "admin.team.userCreationDescription": "When false, the ability to create accounts is disabled, and selecting Create Account displays an error. Applies to Email, OpenID Connect, and OAuth 2.0 user account authentication.", "admin.team.userCreationTitle": "Enable Account Creation: ", + "admin.teamChannelSettings.usersToBeRemovedModal.title": "{total, number} {total, plural, one {User} other {Users}} To Be Removed", "admin.trial_banner.trial-request.error": "Trial license could not be retrieved. Visit {trialInfoLink} to request a license.", "admin.true": "True", "admin.user_grid.channel_admin": "Channel Admin",