[tor-commits] [tpo/master] Rename download link to alpha builds
emmapeel at torproject.org
emmapeel at torproject.org
Thu Sep 5 12:46:06 UTC 2019
commit 5899127a786dfee507de927892b6a6efaf4fd4f7
Author: kjpark <kjedidiahpark at 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">
More information about the tor-commits
mailing list