commit a91ab9bb8039b40dec2e250a88db029963276f2a Author: Stephanie Kirtiadi skirtiadi@giantrabbit.com Date: Fri Oct 25 11:53:27 2019 -0700
EoY2019 thank you page message change.
Part of the End of Year 2019 campaign change.
Issue #43457 --- templates/thank-you.twig | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/templates/thank-you.twig b/templates/thank-you.twig index 081b11f1..d746ebf4 100644 --- a/templates/thank-you.twig +++ b/templates/thank-you.twig @@ -7,23 +7,14 @@ {% block header %} <div class="thank-you"> <h1>{% trans %}Thank you!{% endtrans %}</h1> - {% if isMatchingDonation %} - <p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support and the generous matching funds from Mozilla, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p> - {% else %} - <p>{% trans %}Thank you for your support of the Tor Project.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p> - {% endif %} - <p>{% trans %}It's an incredible time to stand up for world-leading security and privacy software.{% endtrans %} {% trans %}Tell family, friends, and colleagues that you're supporting privacy and security with Tor!{% endtrans %}</p> + <p>{% trans %}Thank you for your support of the Tor Project.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, like increasing the capacity and scalability of the Tor network, taking our anti-censorship protections to the next level, and optimizing our development of Tor Browser for Android.{% endtrans %}</p> + <p>{% trans %}It's an incredible time to stand up for world-leading security and privacy software.{% endtrans %} {% trans %}Tell family, friends, and colleagues that you're supporting privacy and security and taking back the internet with Tor!{% endtrans %}</p> <h5>{% trans %}SHARE THE TOR PROJECT{% endtrans %}</h5> <div class="share-icons"> <a class="facebook-icon w-inline-block" href="http://www.facebook.com/sharer.php?u={{ baseUrl }}"><img class="share-icons" src="/images/FB-f-Logo__blue_114.png"> </a> - {% if isMatchingDonation %} - <a class="twitter-icon w-inline-block" href="https://twitter.com/intent/tweet?text=I%27m+taking+a+stand+against+tracking%2C+surveillance%2C+and+censorship+online.+Join+me+by+donating+to+%40torproject%2C+and+%40Mozilla+will+match+your+donation%3A+https%3A%2F%2Ftorproject.org%2Fdonate%2Fdonate-sin-twitter-en"><img class="share-icons" src="/images/Twitter_Logo_White_On_Blue.png"> - </a> - {% else %} - <a class="twitter-icon w-inline-block" href="https://twitter.com/intent/tweet?text=I%27m+taking+a+stand+against+tracking%2C+surveillance%2C+and+censorship+online.+Join+me+by+donating+to+%40torproject%3A+https%3A%2F%2Ftorproject.org%2Fdonate%2Fdonate-sin-twitter-en"><img class="share-icons" src="/images/Twitter_Logo_White_On_Blue.png"> - </a> - {% endif %} + <a class="twitter-icon w-inline-block" href="https://twitter.com/intent/tweet?text=Tracking%2C%20surveillance%2C%20and%20censorship%20are%20widespread%20online.%20Let%27s%20%23TakeBacktheInternet.%20Join%20me%20and%20donate%20to%20%40torproject%3A%20https%3A//donate.torproject.org"><img class="share-icons" src="/images/Twitter_Logo_White_On_Blue.png"> + </a> </div> </div> {% endblock %}