[MM-60840] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/feature_discovery/feature_discovery.tsx' with FormattedMessage (#28668)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3cd0f1bc1c
Коммит
160be23dc0
@@ -15,7 +15,6 @@ import {EmbargoedEntityTrialError} from 'components/admin_console/license_settin
|
||||
import AlertBanner from 'components/alert_banner';
|
||||
import PurchaseLink from 'components/announcement_bar/purchase_link/purchase_link';
|
||||
import ExternalLink from 'components/external_link';
|
||||
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
|
||||
import StartTrialBtn from 'components/learn_more_trial_modal/start_trial_btn';
|
||||
import LoadingSpinner from 'components/widgets/loading/loading_spinner';
|
||||
|
||||
@@ -287,7 +286,7 @@ export default class FeatureDiscovery extends React.PureComponent<Props, State>
|
||||
}
|
||||
message={
|
||||
<>
|
||||
<FormattedMarkdownMessage
|
||||
<FormattedMessage
|
||||
id='admin.featureDiscovery.WarningDescription'
|
||||
defaultMessage='Your License is being updated to give you full access to all the Enterprise Features. This page will automatically refresh once the license update is complete. Please wait '
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user