commit f11913ba7fafaa6aaf8273cc72f7fa1c9da1b5ac Author: Gustavo Gus gusgustavo@users.noreply.github.com Date: Thu Mar 28 15:02:03 2019 +0000
Update home.html
Adds Tor Browser instead of just "tor", because fingerprinting is a Tor Browser feature. --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/home.html b/templates/home.html index befd710..1f50e26 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 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