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.",