mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add text to clarify what currency is being displayed in the new plans page (#11568)
GitOrigin-RevId: 7875f0afa4e6a538bd52d800ae75de231bf40629
This commit is contained in:
parent
772a3efb65
commit
e5f8b991ba
2 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"all_packages_and_templates": "All the packages and <0>__templatesLink__</0> 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?",
|
||||
|
|
Loading…
Reference in a new issue