[MM-52286] - Update Annual discount panel (#23092)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Allan Guwatudde 2023-04-25 23:02:01 +03:00 committed by GitHub
parent b66144e3b0
commit 3b45671611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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 youre 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 youre considering a wider rollout, talk to us.'
/>
);
break;

View File

@ -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 youre 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.",