mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-60838] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/billing/company_info_display.tsx' with FormattedMessage (#28651)
This commit is contained in:
parent
ae2e1ddf6c
commit
040220aea4
@ -9,7 +9,6 @@ import {trackEvent} from 'actions/telemetry_actions';
|
||||
|
||||
import BlockableLink from 'components/admin_console/blockable_link';
|
||||
import CompanySvg from 'components/common/svg_images_components/company_svg';
|
||||
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
|
||||
|
||||
import type {GlobalState} from 'types/store';
|
||||
|
||||
@ -75,7 +74,7 @@ const CompanyInfoDisplay: React.FC = () => {
|
||||
</div>
|
||||
{Boolean(companyInfo.num_employees) &&
|
||||
<div className='CompanyInfoDisplay__companyInfo-numEmployees'>
|
||||
<FormattedMarkdownMessage
|
||||
<FormattedMessage
|
||||
id='admin.billing.company_info.employees'
|
||||
defaultMessage='{employees} employees'
|
||||
values={{employees: companyInfo.num_employees}}
|
||||
|
Loading…
Reference in New Issue
Block a user