From e5f8b991baa56eea3aceb760664c95c3a770a873 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 1 Feb 2023 09:29:56 -0700 Subject: [PATCH] Add text to clarify what currency is being displayed in the new plans page (#11568) GitOrigin-RevId: 7875f0afa4e6a538bd52d800ae75de231bf40629 --- services/web/app/views/subscriptions/plans-marketing-v2.pug | 5 ++++- services/web/locales/en.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/subscriptions/plans-marketing-v2.pug b/services/web/app/views/subscriptions/plans-marketing-v2.pug index 33001e4964..2ab713414c 100644 --- a/services/web/app/views/subscriptions/plans-marketing-v2.pug +++ b/services/web/app/views/subscriptions/plans-marketing-v2.pug @@ -25,7 +25,10 @@ block content include ./plans-marketing/v2/_cards_controls_tables .row.row-spaced-large.text-centered .col-xs-12 - p.text-centered #{translate("subject_to_additional_vat")} + p.text-centered + strong #{translate("all_prices_displayed_are_in_currency", {recommendedCurrency})} + |   + span #{translate("subject_to_additional_vat")} i.fa.fa-cc-mastercard.fa-2x(aria-hidden="true")   span.sr-only Mastercard accepted i.fa.fa-cc-visa.fa-2x(aria-hidden="true")   diff --git a/services/web/locales/en.json b/services/web/locales/en.json index bf37ce16b3..1d5c347a87 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -73,6 +73,7 @@ "all_packages_and_templates": "All the packages and <0>__templatesLink__ you need", "all_premium_features": "All premium features", "all_premium_features_including": "All premium features, including:", + "all_prices_displayed_are_in_currency": "All prices displayed are in __recommendedCurrency__.", "all_projects": "All Projects", "all_templates": "All Templates", "already_have_sl_account": "Already have an __appName__ account?",