commit 51ec67d3fe6f9da05101a324cbbd4e85f078ce27 Author: emma peel emma.peel@riseup.net Date: Thu Feb 7 20:01:01 2019 +0100
i18n updates --- templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index ce879bf..12a0f43 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -6,8 +6,8 @@ <div class="col-12 d-flex justify-content-right"> <div class="container pt-5 justify-content-right"> <div class="offset-lx-2 offset-sm-4 mt-5"> - <h2 class="text-white text-bold">Download Tor Browser</h2> - <p class="text-white">Download Tor Browser to experience real private browsing without tracking, surveillance, or censorship.</p> + <h2 class="text-white text-bold">{{ _('Download Tor Browser') }}</h2> + <p class="text-white">{{ _('Download Tor Browser to experience real private browsing without tracking, surveillance, or censorship.') }}</p> {% set download = site.get('/download') %} <a class="btn text-primary bg-white btn-light pull-right mt-2" href="{{ this.url_to(download) }}"> {{ _("Download Tor Browser") }}<span class="oi oi-arrow-bottom ml-2 p-1" title="icon arrow-bottom" aria-hidden="true"></span>
tor-commits@lists.torproject.org