From 1befb9c549ac04d0ffb708c0875f78666e989f69 Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Mon, 27 Nov 2023 10:07:38 +0000 Subject: [PATCH] Fix hard-coded strings in VPN pages (Fixes #13935, #13934) (#13936) --- bedrock/products/templates/products/vpn/features.html | 2 +- .../products/templates/products/vpn/includes/macros.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bedrock/products/templates/products/vpn/features.html b/bedrock/products/templates/products/vpn/features.html index d6f7914cd08..0b39ca1c563 100644 --- a/bedrock/products/templates/products/vpn/features.html +++ b/bedrock/products/templates/products/vpn/features.html @@ -327,7 +327,7 @@

{{ ftl('vpn-features-trustworthy') }}

{% endcall %} {% call picto( - title='We never log, track or share your network data', + title=ftl('vpn-features-we-never-log'), image=resp_img( url='img/products/vpn/features/icons/eye.svg', optional_attributes={ diff --git a/bedrock/products/templates/products/vpn/includes/macros.html b/bedrock/products/templates/products/vpn/includes/macros.html index 0cf8c3c6ad9..cc24c7aaf45 100644 --- a/bedrock/products/templates/products/vpn/includes/macros.html +++ b/bedrock/products/templates/products/vpn/includes/macros.html @@ -119,14 +119,14 @@

{{ subheading }}

{% set pricing_url = '#pricing' if request.path.endswith('/products/vpn/') else url('products.vpn.landing') + '#pricing' %} - Get Mozilla VPN + {{ ftl('vpn-shared-subscribe-link') }}

-

30-day money-back guarantee

+

{{ ftl('vpn-shared-features-guarantee') }}

{% else %}

- Join the Waitlist + {{ ftl('vpn-shared-waitlist-link') }}

{% endif %}