mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[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:
parent
7627a68d85
commit
362b02203a
@ -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.'
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user