commit 520239bb0292a827d87d05183dbc970eee6f29d2 Author: Antonela hola@antonela.me Date: Tue Apr 16 14:16:28 2019 -0300
Make other platforms discoverable
#29907 --- templates/hero-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/hero-download.html b/templates/hero-download.html index 071ef4b..cae7d12 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -35,7 +35,7 @@ </div> </div> <div class="row p-5"> - <a class="mx-auto text-white py-3" href="{{ 'languages'|url(alt=this.alt) }}"><u>{{ _('Download in another language') }}</u></a> + <a class="mx-auto text-white py-3" href="{{ 'languages'|url(alt=this.alt) }}"><u>{{ _('Download in another language or platform') }}</u></a> <a class="mx-auto text-white py-3" href="{{ 'alpha'|url(alt=this.alt) }}"><u>{{ _('Advanced Install Options') }}</u></a> {% set v = bag('versions', 'tor-stable') %} {% set download_source = 'https://dist.torproject.org/tor-' + v.version + '.tar.gz' %}