From 34c8dd5504a94a1b9edfc804eb70c1b7c2bce8fb Mon Sep 17 00:00:00 2001 From: Ivy Gesare <83957195+Gesare5@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:50:26 +0300 Subject: [PATCH] [MM-60828] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx' with FormattedMessage (#28575) --- .../components/team_selector_modal/team_selector_modal.tsx | 7 +++---- webapp/channels/src/i18n/en.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx b/webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx index 2cb3452f96..b2be8a6189 100644 --- a/webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx +++ b/webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx @@ -11,7 +11,6 @@ import type {Team} from '@mattermost/types/teams'; import type {ActionResult} from 'mattermost-redux/types/actions'; import ConfirmModal from 'components/confirm_modal'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; import MultiSelect from 'components/multiselect/multiselect'; import type {Value} from 'components/multiselect/multiselect'; import TeamIcon from 'components/widgets/team_icon/team_icon'; @@ -287,9 +286,9 @@ export class TeamSelectorModal extends React.PureComponent { componentClass='h1' id='teamSelectorModalLabel' > - diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 4f37daccb6..edb0a90778 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -235,7 +235,7 @@ "add_teams_to_scheme.confirmation.accept": "Yes, Move Team", "add_teams_to_scheme.confirmation.message": "This team is already selected in another team scheme, are you sure you want to move it to this team scheme?", "add_teams_to_scheme.confirmation.title": "Team Override Scheme Change?", - "add_teams_to_scheme.title": "Add Teams to **Team Selection** List", + "add_teams_to_scheme.modalTitle": "Add Teams to Team Selection List", "add_user_to_channel_modal.add": "Add", "add_user_to_channel_modal.cancel": "Cancel", "add_user_to_channel_modal.help": "Type to find a channel. Use ↑↓ to browse, ↵ to select, ESC to dismiss.",