commit e5b8ffc664e7ed4cef90ed92e732701fdb91eb10 Author: Antonela hola@antonela.me Date: Thu Mar 14 12:34:26 2019 -0300
Update download.html --- templates/download.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/templates/download.html b/templates/download.html index 21b04c6..5966747 100644 --- a/templates/download.html +++ b/templates/download.html @@ -4,21 +4,21 @@ <div class="col-md-8 order-1"> <img src="{{ '/static/images/download/get-connected.svg'|asseturl }}" class="" alt="{{ _("Get Connected") }}" /> </div> - <h3 class="text-primary display-6">{{ _('Get connected') }}</h3> + <h3 class="text-primary">{{ _('Get connected') }}</h3> <div class="row pl-3 pr-5 text-tpo"> - <p class="text-tpo"><span class="text-primary text-bold">{{ _('If you are in a country where Tor is blocked, you can configure Tor to connect to a bridge during the setup process.') }} </span></p> + <p class="text-tpo"><span class="text-bold">{{ _('If you are in a country where Tor is blocked, you can configure Tor to connect to a bridge during the setup process.') }} </span></p> <p class="text-tpo">{{ _('Select "Tor is censored in my country."') }}</p> </div> <div class="row pl-3 pr-5 text-tpo"> <p class="text-tpo">{{ _('If Tor is not censored, one of the most common reasons Tor won’t connect is an incorrect system clock. Please make sure it’s set correctly.') }}</p> - <p><a href="https://support.torproject.org%5C%22%3E<u>{{ _('Read other FAQ’s at our Support Portal') }}</u></a><p> - </div> + <h6><a href="https://support.torproject.org/{{ this.alt }}" title="{{ _('Support Portal') }}">{{ _('Read other FAQ’s at our Support Portal') }}</a></h6> +</div> </div> <div class="col-sm-6"> <div class="col-md-8 order-1"> <img src="{{ '/static/images/download/stay-safe.svg'|asseturl }}" class="" alt="{{ _("Stay safe") }}" /> </div> - <h3 class="text-primary display-6">{{ _('Stay safe') }}</h3> + <h3 class="text-primary">{{ _('Stay safe') }}</h3> <div class="row pl-3 pr-5 text-tpo"> <p class="text-tpo">{{ _('Please do not torrent over Tor.') }} <br /> {{ _('Tor Browser will block browser plugins such as Flash, RealPlayer, Quicktime, and others: they can be manipulated into revealing your IP address.') }}</p>
tor-commits@lists.torproject.org