commit 204d27200d800425e26671666a3ab3b26c55d5a5 Author: Anushka Jain anushkajain2902@gmail.com Date: Thu Apr 22 02:37:26 2021 +0530
new changes --- templates/thank-you.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/thank-you.html b/templates/thank-you.html index d602d8ba..2b69058c 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -1,8 +1,8 @@ <div class="container"> <div class="row border-bottom border-light"> - <div class="alert content bg-warning p-3 mb-5 mx-auto text-lowercase"> + <div class="alert content bg-warning p-3 mb-5 mx-auto"> {{ _('We need your help to keep Tor secure and safe for millions across the globe.') }} - <a href="/donate">{{ _('Donate Now') }}</a> + <a href="/donate">{{ _('Donate Now!') }}</a> </div> </div> <div class="container py-3">
tor-commits@lists.torproject.org