[MM-60840] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/feature_discovery/feature_discovery.tsx' with FormattedMessage (#28668)

This commit is contained in:
Domendra Singh Komra 2024-10-11 16:38:33 +05:30 committed by GitHub
parent 3cd0f1bc1c
commit 160be23dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 '
/>