mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-52286] - Update Annual discount panel (#23092)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
b66144e3b0
commit
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;
|
||||
|
@ -381,8 +381,8 @@
|
||||
"admin.billing.subscription.planDetails.productName.unknown": "Unknown product",
|
||||
"admin.billing.subscription.planDetails.subheader": "Plan details",
|
||||
"admin.billing.subscription.planDetails.userCount": "{userCount} users",
|
||||
"admin.billing.subscription.privateCloudCard.cloudEnterprise.description": "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.",
|
||||
"admin.billing.subscription.privateCloudCard.cloudEnterprise.title": "Looking for an annual discount? ",
|
||||
"admin.billing.subscription.privateCloudCard.cloudEnterprise.description": "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.",
|
||||
"admin.billing.subscription.privateCloudCard.cloudEnterprise.title": "Looking to rollout Mattermost for your entire organization? ",
|
||||
"admin.billing.subscription.privateCloudCard.cloudFree.description": "Optimize your processes with Guest Accounts, Office365 suite integrations, GitLab SSO and advanced permissions.",
|
||||
"admin.billing.subscription.privateCloudCard.cloudFree.title": "Upgrade to Cloud Professional",
|
||||
"admin.billing.subscription.privateCloudCard.cloudProfessional.description": "Advanced security and compliance features with premium support. See {pricingLink} for more details.",
|
||||
|
Loading…
Reference in New Issue
Block a user