commit 01c8a218a26bc3afa34e1c8232d8eb708d72096e Author: emma peel emma.peel@riseup.net Date: Thu May 2 11:38:54 2019 +0200
fix tag cause it was breaking after last change --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download.html b/templates/download.html index 80dee29..eba35c7 100644 --- a/templates/download.html +++ b/templates/download.html @@ -52,7 +52,7 @@ <div class="container bg-primary mt-5"> <div class="col-lg-8 mx-auto text-center p-5"> <h2 class="display-4 text-white">{{ _('Stand up for privacy and freedom online.') }}</h2> - <p class="text-white">{{ _('We're a nonprofit organization and rely on supporters like you to help us keep Tor robust and secure for millions of people worldwide.') }}</p> + <p class="text-white">{{ _("We're a nonprofit organization and rely on supporters like you to help us keep Tor robust and secure for millions of people worldwide.") }}</p> <a class="btn btn-lg btn-warning" href="https://donate.torproject.org">{{ _('Donate Now') }}</a> </div> </div>