[tor-commits] [tpo/master] String concatenation for localization

hiro at torproject.org hiro at torproject.org
Tue Feb 19 14:48:20 UTC 2019


commit 2ee2e938991d53941c1b01779c249f9ad5a0cd77
Author: hiro <hiro at torproject.org>
Date:   Tue Feb 19 15:47:57 2019 +0100

    String concatenation for localization
---
 templates/contact.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/contact.html b/templates/contact.html
index e4dcc18..d24eace 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -92,7 +92,7 @@
   <div class="row">
     <div class="col-md-8 p-0 pr-5">
       <h3 class="text-primary display-5">{{ _('Email us') }}</h3>
-      <p class="text-tpo">{{ _('For questions and comments about Tor the non-profit organization: trademark questions, affiliation and coordination, contract inquiries, etc, please email <a href="">frontdesk at rt.torproject.org</a>. For donor-related questions, contact <a href="">giving at torproject.org</a>')|safe }}.</p>
+      <p class="text-tpo">{{ _('For questions and comments about Tor the non-profit organization: trademark questions, affiliation and coordination, contract inquiries, etc, please email') }}<a href="mailto:frontdesk at rt.torproject.org">frontdesk at rt.torproject.org</a>. {{ _('For donor-related questions, contact') }} <a href="mailto:giving at torproject.org">giving at torproject.org</a>.</p>
     </div>
     <div class="d-block d-sm-none container py-3">
       <div class="row border-bottom border-light"><p></p></div>



More information about the tor-commits mailing list