commit f1db63de44da2296350f1ae2f18b85e4956f5c22 Author: emma peel emma.peel@riseup.net Date: Wed Nov 6 15:46:42 2019 +0100
correction suggested by translator. thanks AO --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/home.html b/templates/home.html index 843de35..9b4961b 100644 --- a/templates/home.html +++ b/templates/home.html @@ -43,7 +43,7 @@ <div class="col-md-7 px-3 order-2"> <div class="card-block px-3 py-5"> <h4 class="pt-3 card-title text-primary">{{ _("RESIST FINGERPRINTING") }}</h4> - <p class="card-text">{{ _("Tor Browser aims to make all users look the same making it difficult for you to be fingerprinted based on your browser and device information.") }}</p> + <p class="card-text">{{ _("Tor Browser aims to make all users look the same, making it difficult for you to be fingerprinted based on your browser and device information.") }}</p> </div> </div> </div>
tor-commits@lists.torproject.org