commit 28342bc8fbc1d4fd8cedaa0ff559801c5e62476b Author: HackerNCoder hackerncoder@encryptionin.space Date: Mon Nov 22 21:35:29 2021 +0000
Update YEC banner to reflect having hit our match
Closes #40 --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index 6b0b447..d7a165c 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -12,7 +12,7 @@ </div> <div class="row"> <h2 class="banner-small-text"> - {{ _('Your donation will be matched by Friends of Tor, up to $150,000.') }} + {{ _('Thank you for helping us reach our $150,000 Friends of Tor match!') }} </h2> </div> {% if locale.direction == 'text-right' %}
tor-commits@lists.torproject.org