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 %}