Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bedrock/firefox/templates/firefox/welcome/page26.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
{% set button_text = 'Faire un don à la Fondation Mozilla' %}
{% set button_link = 'https://mozillafoundation.org/?form=25-fxm-gt-fr' %}
{% elif LANG == "it" %}
{% set heading = 'La forza di Firefox sei tu. Rendi la buona tecnologia uno standard. Basta una donazione.' %}
{% set heading = 'La forza di Firefox sei tu. Rendi la tecnologia di qualità uno standard. Basta una donazione.' %}
{% set body_1 = 'Mozilla Foundation, l’organizzazione senza fini di lucro che ha sviluppato Firefox, sta creando un futuro in cui la tecnologia è al servizio delle persone e non dei potenti.' %}
{% set body_2 = '——Con la tua donazione a Mozilla Foundation, internet resta un luogo libero, riservato e dedicato alle persone. Dona subito per trasformare in realtà la missione originaria di internet.' %}
{% set body_2 = 'Con la tua donazione a Mozilla Foundation, internet resta un luogo libero, riservato e dedicato alle persone. Dona subito per trasformare in realtà la missione originaria di internet.' %}
{% set button_text = 'Dona a Mozilla Foundation' %}
{% set button_link = 'https://mozillafoundation.org/?form=25-fxm-gt-it' %}
{% elif LANG == "ja" %}
Expand Down Expand Up @@ -51,7 +51,7 @@
{% else %}
{% set heading = 'You power Firefox. Now donate to make good tech the default' %}
{% set body_1 = 'Mozilla Foundation — the non-profit behind Firefox — is building a future where technology serves people, not power.' %}
{% set body_2 = 'Your donation to Mozilla Foundation keeps the internet open, private, and built for people. Donate for Giving Tuesday to make good on the promise of the internet.' %}
{% set body_2 = 'Your donation to Mozilla Foundation keeps the internet open, private, and built for people. Donate today to make good on the promise of the internet.' %}
{% set button_text = 'Donate to Mozilla Foundation' %}
{% set button_link = 'https://mozillafoundation.org/?form=25-fxm-gt-en' %}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion bedrock/firefox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
page(
"firefox/welcome/26/",
"firefox/welcome/page26.html",
active_locales=["en-US", "en-CA", "en-GB", "fr", "de", "pt-BR", "ja", "es-AR", "es-CL", "es-ES", "es-MX", "pl", "it"],
active_locales=["en-US", "en-CA", "en-GB", "fr", "de", "pt-BR", "pt-PT", "ja", "es-AR", "es-CL", "es-ES", "es-MX", "pl", "it"],
),
page("firefox/switch/", "firefox/switch.html", ftl_files=["firefox/switch"]),
page("firefox/share/", "firefox/share.html", active_locales=["de", "fr", "en-US", "en-CA"]),
Expand Down