commit d6d6e231c6e711949b395b0e5329be699eb3724c Author: hiro hiro@torproject.org Date: Mon Apr 29 12:19:09 2019 +0200
Remove weird char --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download.html b/templates/download.html index b764849..80dee29 100644 --- a/templates/download.html +++ b/templates/download.html @@ -52,7 +52,7 @@ <div class="container bg-primary mt-5"> <div class="col-lg-8 mx-auto text-center p-5"> <h2 class="display-4 text-white">{{ _('Stand up for privacy and freedom online.') }}</h2> - <p class="text-white">{{ _('We’re a nonprofit organization and rely on supporters like you to help us keep Tor robust and secure for millions of people worldwide.') }}</p> + <p class="text-white">{{ _('We're a nonprofit organization and rely on supporters like you to help us keep Tor robust and secure for millions of people worldwide.') }}</p> <a class="btn btn-lg btn-warning" href="https://donate.torproject.org">{{ _('Donate Now') }}</a> </div> </div>
tor-commits@lists.torproject.org