commit 5899127a786dfee507de927892b6a6efaf4fd4f7 Author: kjpark kjedidiahpark@gmail.com Date: Wed Sep 4 01:25:42 2019 -0400
Rename download link to alpha builds --- 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 7c3744a..9cfb65a 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -43,7 +43,7 @@ </div> <div class="row p-5"> <a class="mx-auto text-white py-3 text-center" href="{{ 'languages'|url(alt=this.alt) }}"><u>{{ _('Download in another language or platform') }}</u></a> - <a class="mx-auto text-white py-3 text-center" href="{{ 'alpha'|url(alt=this.alt) }}"><u>{{ _('Advanced Install Options') }}</u></a> + <a class="mx-auto text-white py-3 text-center" href="{{ 'alpha'|url(alt=this.alt) }}"><u>{{ _('Download the latest alpha build') }}</u></a> <a class="mx-auto text-white py-3 text-center" href="{{ 'tor'|url(alt=this.alt) }}"><u>{{ _('Download Tor Source Code') }}</u></a> </div> <div class="hidden-sm row p-md-5 justify-content-center window-bg">
tor-commits@lists.torproject.org