Skip to content

Commit

Permalink
add share Firefox EN page (fix #15861)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 authored and alexgibson committed Jan 17, 2025
1 parent eefdbfa commit 3124698
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions bedrock/firefox/templates/firefox/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
{% set email_subject = "Rejoins la team Firefox !" %}
{% set sign_off = "<strong>Conçu par Mozilla.</strong> <br> Pensé pour vous depuis 1998."|safe %}

{% else %}

{% set main_title = "Invite your friends to <br> <strong>Team Firefox</strong>"|safe %}
{% set page_description = "We think, as a good friend, you should invite them to the sunny side of the internet. We have a little something prepared." %}
{% set main_tagline = "We have prepared a little message that you can share with your loved ones so that you don't have to think of something yourself. Nobody will notice – promise!" %}
{% set share_message = "Experience the internet the way you want — without the data tradeoffs. Have you heard of Firefox? It’s a private, super reliable browser. Actually really good, here's a link if you want to take a look: <a href='https://mzl.la/nothing-personal'>mzl.la/nothing-personal</a>."|safe%}
{% set share_cta = "Copy and share" %}
{% set text_copied = "Text copied!" %}
{% set sign_off = "<strong>Powered by Mozilla.</strong> <br> Putting people before profits since 1998."|safe %}

{% endif %}

{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion bedrock/firefox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
page("firefox/welcome/24/", "firefox/welcome/page24.html", ftl_files=["firefox/welcome/page24"]),
page("firefox/switch/", "firefox/switch.html", ftl_files=["firefox/switch"]),
page("firefox/pocket/", "firefox/pocket.html"),
page("firefox/share/", "firefox/share.html", active_locales=["de", "fr"]),
page("firefox/share/", "firefox/share.html", active_locales=["de", "fr", "en-US", "en-CA"]),
page("firefox/nothing-personal/", "firefox/nothing-personal/index.html"),
# Issue 6604, SEO firefox/new pages
path("firefox/linux/", views.PlatformViewLinux.as_view(), name="firefox.linux"),
Expand Down

0 comments on commit 3124698

Please sign in to comment.