[MM-60841] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/group_settings/group_details/group_profile_and_settings.tsx' with FormattedMessage (#28657)

This commit is contained in:
Johnson 2024-10-11 16:27:05 +01:00 committed by GitHub
parent 7627a68d85
commit 362b02203a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@ import {FormattedMessage, defineMessage} from 'react-intl';
import GroupProfile from 'components/admin_console/group_settings/group_details/group_profile';
import LineSwitch from 'components/admin_console/team_channel_settings/line_switch';
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
import AdminPanel from 'components/widgets/admin_console/admin_panel';
type GroupSettingsToggleProps = {
@ -41,7 +40,7 @@ const GroupSettingsToggle = ({
/>
}
subTitle={
<FormattedMarkdownMessage
<FormattedMessage
id='admin.team_settings.team_details.groupDetailsToggleDescr'
defaultMessage='When enabled, this group can be mentioned in other channels and teams. This may result in the group member list being visible to all users.'
/>