From 56b29ba8758bb0a6220ed848d66f4c5b5de2bcd5 Mon Sep 17 00:00:00 2001 From: Craig Cook Date: Fri, 20 Dec 2024 09:55:54 -0800 Subject: [PATCH] Copy updates for WNP134 [#15750] Also some minor code fixes I missed in review. --- .../templates/firefox/whatsnew/whatsnew-fx134-ca.html | 4 ++-- .../templates/firefox/whatsnew/whatsnew-fx134-gb.html | 5 +++-- .../templates/firefox/whatsnew/whatsnew-fx134-us.html | 6 ++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html index e0663eaa5a1..137cc9f07a3 100644 --- a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html +++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html @@ -16,10 +16,10 @@ {% if variant == '2' %} {% set title = 'Stay productive on the go' %} - {% set desc = 'Syncing your Firefox tabs across your devices means you can work,
read and shop whenever and wherever.'|safe %} + {% set desc = 'When you connect Firefox on all your devices, you can pull up an open tab from home
onto your phone and pick up where you left off.'|safe %} {% else %} {% set title = 'Privacy in your pocket' %} - {% set desc = 'You deserve privacy even when you’re in public. With Firefox on your phone,
you can trust you won’t be followed around online wherever you go.'|safe %} + {% set desc = 'You deserve privacy even when you’re in public.
Browse on the go without being followed with Firefox on your phone.'|safe %} {% endif %} {% if variant == '1' %} diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html index 6210294bea9..4f0fe214320 100644 --- a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html +++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html @@ -16,10 +16,10 @@ {% if variant == '2' %} {% set title = 'Stay productive on the go' %} - {% set desc = 'Syncing your Firefox tabs across your devices means you can work,
read and shop whenever and wherever.'|safe %} + {% set desc = 'When you connect Firefox on all your devices, you can pull up an open tab from home
onto your phone and pick up where you left off.'|safe %} {% else %} {% set title = 'Privacy in your pocket' %} - {% set desc = 'You deserve privacy even when you’re in public. With Firefox on your phone,
you can trust you won’t be followed around online wherever you go.'|safe %} + {% set desc = 'You deserve privacy even when you’re in public.
Browse on the go without being followed with Firefox on your phone.'|safe %} {% endif %} {% if variant == '1' %} @@ -39,6 +39,7 @@

{{ title }}

{% with qrcode=qrcode, caption='Scan to get Firefox on your phone or tablet' %} {% include "firefox/whatsnew/includes/fx134/qrcode.html" %} {% endwith %} +