[MM-60841] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/group_settings/group_details/group_profile_and_settings.tsx' with FormattedMessage (#28657)
Этот коммит содержится в:
@@ -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.'
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user