Skip to content

Commit

Permalink
add share Firefox EN page (fix mozilla#15861)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 committed Jan 16, 2025
1 parent 515b1b2 commit 284b11a
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 Team Firefox" %}
{% set page_description = "Invite your friends to Team Firefox" %}
{% 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://www.mozilla.org/firefox/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 284b11a

Please sign in to comment.