From 69428eb541fac966d41ecb4e27dfce7510f97159 Mon Sep 17 00:00:00 2001 From: emmapeel Date: Mon, 6 Nov 2023 15:14:49 +0000 Subject: [PATCH] prevent hardcoded capitalization --- templates/footer.html | 4 ++-- templates/header.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index 1aaf95b..f6ab6b0 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -72,9 +72,9 @@
-

{{ _('Subscribe to our Newsletter') }}

+

{{ _('SUBSCRIBE TO OUR NEWSLETTER') }}

{{ _('Get monthly updates and opportunities from the Tor Project:') }}

-

{{ _('Sign up') }}

+

{{ _('SIGN UP') }}

diff --git a/templates/header.html b/templates/header.html index a1a1ab1..06b420f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,7 +12,7 @@
{% if this._model == 'donate-form' and this.header_image|length %}