[MM-60851] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/system_notice/notices.tsx' with FormattedMessage (#28632)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e808c14a73
Коммит
2f1df64298
@@ -7,7 +7,6 @@ import {FormattedMessage} from 'react-intl';
|
|||||||
import {InformationOutlineIcon} from '@mattermost/compass-icons/components';
|
import {InformationOutlineIcon} from '@mattermost/compass-icons/components';
|
||||||
|
|
||||||
import ExternalLink from 'components/external_link';
|
import ExternalLink from 'components/external_link';
|
||||||
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
|
|
||||||
import type {Notice} from 'components/system_notice/types';
|
import type {Notice} from 'components/system_notice/types';
|
||||||
|
|
||||||
import {DocLinks} from 'utils/constants';
|
import {DocLinks} from 'utils/constants';
|
||||||
@@ -146,7 +145,7 @@ const notices: Notice[] = [
|
|||||||
{
|
{
|
||||||
name: 'ie11_deprecation',
|
name: 'ie11_deprecation',
|
||||||
title: (
|
title: (
|
||||||
<FormattedMarkdownMessage
|
<FormattedMessage
|
||||||
id='system_notice.title'
|
id='system_notice.title'
|
||||||
defaultMessage='Notice from Mattermost'
|
defaultMessage='Notice from Mattermost'
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user