commit a9bfea8112b3a44bf8954fecbad78fa7a3683cf4 Author: emma peel emma.peel@riseup.net Date: Mon Nov 1 09:48:00 2021 +0100
update templates with missing strings --- templates/user-research.html | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/templates/user-research.html b/templates/user-research.html index 903831a..2e85280 100644 --- a/templates/user-research.html +++ b/templates/user-research.html @@ -35,4 +35,8 @@ {{ _('UX team mailing list') }}<i class="ml-3 pt-2 fas fa-arrow-right"></i> </a> </div> + <!-- some strings are not picked up by lektor-i18n. I will add them here: + {{ _('Become a Tester') }} + {{ _('We regularly release Tor Browser early versions to allow users to test software improvements and new ideas. Sign up to be in our testing pool.') }} + --> </div>
tor-commits@lists.torproject.org