Skip to content

Commit

Permalink
Copy updates for WNP134 [mozilla#15750]
Browse files Browse the repository at this point in the history
Also some minor code fixes I missed in review.
  • Loading branch information
craigcook committed Dec 20, 2024
1 parent 2deb68b commit 56b29ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, <br>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<br> 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, <br>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.<br> Browse on the go without being followed with Firefox on your phone.'|safe %}
{% endif %}

{% if variant == '1' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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, <br>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<br> 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, <br>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.<br> Browse on the go without being followed with Firefox on your phone.'|safe %}
{% endif %}

{% if variant == '1' %}
Expand All @@ -39,6 +39,7 @@ <h1 class="wnp-main-title">{{ title }}</h1>
{% with qrcode=qrcode, caption='Scan to get Firefox on your phone or tablet' %}
{% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
{% endwith %}
</div>
</section>

<section class="wnp-footer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +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, <br>read and shop whenever and wherever.'|safe %}
{% set qrcode = 'en-us-b' %}
{% set desc = 'When you connect Firefox on all your devices, you can pull up an open tab from home<br> 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, <br>you can trust you won’t be followed around online wherever you go.'|safe %}
{% set qrcode = 'en-us-a' %}
{% set desc = 'You deserve privacy even when you’re in public.<br> Browse on the go without being followed with Firefox on your phone.'|safe %}
{% endif %}

{% if variant == '1' %}
Expand Down

0 comments on commit 56b29ba

Please sign in to comment.