[tpo/master] Merge branch 'bug_172'

commit 258773453fdb9f881386f22efe896ff08d91d1f5 Merge: df942ec2 4971a3e3 Author: gus <gus@torproject.org> Date: Tue Aug 31 15:11:00 2021 -0300 Merge branch 'bug_172' templates/download.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --cc templates/download.html index aa6e9162,450290bb..f62d8a86 --- a/templates/download.html +++ b/templates/download.html @@@ -1,15 -1,15 +1,15 @@@ <div class="container py-3"> <div class="row"> <div class="col-sm-6"> - <div class="col-md-8 order-1 illo-container"> - <img src="{{ '/static/images/download/png/get-connected@3x.png'|asseturl }}" class="" alt="{{ _("Get Connected") }}" /> + <div class="col-md-8 order-1 illo-container "> + <img src="{{ '/static/images/download/png/get-connected@3x.png'|asseturl }}" class="center-block" alt="{{ _("Get Connected") }}" /> </div> <h3 class="text-primary">{{ _('Get connected') }}</h3> - <div class="row pl-3 pr-5 text-tpo"> + <div class="row pl-3 pr-5 text-tpo text-justify"> <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> + <p class="text-tpo">{{ _('Select "Tor Network Settings" and "Use a bridge".') }}</p> </div> - <div class="row pl-3 pr-5 text-tpo"> + <div class="row pl-3 pr-5 text-tpo text-justify"> <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> <h6><a href="https://support.torproject.org/{{ this.alt }}" title="{{ _('Support Portal') }}">{{ _('Read other FAQ\'s at our Support Portal') }}</a></h6> </div>
participants (1)
-
gus@torproject.org