commit b728342ef72616a41daa09fe9e61bc452f695121 Author: gus gus@torproject.org Date: Fri Jul 9 16:29:30 2021 -0300
Update text to circumvent censorship in TB 10.5. Closes #204. --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download.html b/templates/download.html index e0184c13..aa6e9162 100644 --- a/templates/download.html +++ b/templates/download.html @@ -7,7 +7,7 @@ <h3 class="text-primary">{{ _('Get connected') }}</h3> <div class="row pl-3 pr-5 text-tpo"> <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"> <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>