[MM-52237] - Update copy on compliance block screen (#23087)
* [MM-52237] - Update copy on compliance block screen * fix translations --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
19189566d5
Коммит
b66144e3b0
@@ -368,9 +368,6 @@ class ProcessPaymentSetup extends React.PureComponent<Props, State> {
|
|||||||
title={t(
|
title={t(
|
||||||
'admin.billing.subscription.complianceScreenFailed.title',
|
'admin.billing.subscription.complianceScreenFailed.title',
|
||||||
)}
|
)}
|
||||||
subtitle={t(
|
|
||||||
'admin.billing.subscription.complianceScreenFailed.subtitle',
|
|
||||||
)}
|
|
||||||
icon={
|
icon={
|
||||||
<ComplianceScreenFailedSvg
|
<ComplianceScreenFailedSvg
|
||||||
width={444}
|
width={444}
|
||||||
|
|||||||
@@ -940,9 +940,6 @@ class PurchaseModal extends React.PureComponent<Props, State> {
|
|||||||
title={t(
|
title={t(
|
||||||
'admin.billing.subscription.complianceScreenFailed.title',
|
'admin.billing.subscription.complianceScreenFailed.title',
|
||||||
)}
|
)}
|
||||||
subtitle={t(
|
|
||||||
'admin.billing.subscription.complianceScreenFailed.subtitle',
|
|
||||||
)}
|
|
||||||
icon={
|
icon={
|
||||||
<ComplianceScreenFailedSvg
|
<ComplianceScreenFailedSvg
|
||||||
width={321}
|
width={321}
|
||||||
|
|||||||
@@ -315,8 +315,7 @@
|
|||||||
"admin.billing.subscription.cloudTrial.subscribeButton": "Upgrade Now",
|
"admin.billing.subscription.cloudTrial.subscribeButton": "Upgrade Now",
|
||||||
"admin.billing.subscription.cloudTrialBadge.daysLeftOnTrial": "{daysLeftOnTrial} trial days left",
|
"admin.billing.subscription.cloudTrialBadge.daysLeftOnTrial": "{daysLeftOnTrial} trial days left",
|
||||||
"admin.billing.subscription.cloudYearlyBadge": "Annual",
|
"admin.billing.subscription.cloudYearlyBadge": "Annual",
|
||||||
"admin.billing.subscription.complianceScreenFailed.button": "Continue with Cloud Free",
|
"admin.billing.subscription.complianceScreenFailed.button": "OK",
|
||||||
"admin.billing.subscription.complianceScreenFailed.subtitle": "We will check things on our side and get back to you within 3 days once your Cloud subscription upgrade is approved. In the meantime, please feel free to continue using the free version of our product.",
|
|
||||||
"admin.billing.subscription.complianceScreenFailed.title": "Your transaction is being reviewed",
|
"admin.billing.subscription.complianceScreenFailed.title": "Your transaction is being reviewed",
|
||||||
"admin.billing.subscription.complianceScreenShippingSameAsBilling": "My shipping address is the same as my billing address",
|
"admin.billing.subscription.complianceScreenShippingSameAsBilling": "My shipping address is the same as my billing address",
|
||||||
"admin.billing.subscription.constCloudCard.contactSupport": "Contact support",
|
"admin.billing.subscription.constCloudCard.contactSupport": "Contact support",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user