[MM-52286] - Update Annual discount panel (#23092)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b66144e3b0
Коммит
3b45671611
@@ -59,13 +59,13 @@ const ContactSalesCard = (props: Props) => {
|
||||
title = (
|
||||
<FormattedMessage
|
||||
id='admin.billing.subscription.privateCloudCard.cloudEnterprise.title'
|
||||
defaultMessage='Looking for an annual discount? '
|
||||
defaultMessage='Looking to rollout Mattermost for your entire organization? '
|
||||
/>
|
||||
);
|
||||
description = (
|
||||
<FormattedMessage
|
||||
id='admin.billing.subscription.privateCloudCard.cloudEnterprise.description'
|
||||
defaultMessage='At Mattermost, we work with you and your team to meet your needs throughout the product. If you are looking for an annual discount, please reach out to our sales team.'
|
||||
defaultMessage='At Mattermost, we work with you and your organization to meet your needs throughout the product. If you’re considering a wider rollout, talk to us.'
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
@@ -103,13 +103,13 @@ const ContactSalesCard = (props: Props) => {
|
||||
title = (
|
||||
<FormattedMessage
|
||||
id='admin.billing.subscription.privateCloudCard.cloudEnterprise.title'
|
||||
defaultMessage='Looking for an annual discount? '
|
||||
defaultMessage='Looking to rollout Mattermost for your entire organization? '
|
||||
/>
|
||||
);
|
||||
description = (
|
||||
<FormattedMessage
|
||||
id='admin.billing.subscription.privateCloudCard.cloudEnterprise.description'
|
||||
defaultMessage='At Mattermost, we work with you and your team to meet your needs throughout the product. If you are looking for an annual discount, please reach out to our sales team.'
|
||||
defaultMessage='At Mattermost, we work with you and your organization to meet your needs throughout the product. If you’re considering a wider rollout, talk to us.'
|
||||
/>
|
||||
);
|
||||
break;
|
||||
|
||||
Ссылка в новой задаче
Block a user