commit 2ee2e938991d53941c1b01779c249f9ad5a0cd77 Author: hiro hiro@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@rt.torproject.org</a>. For donor-related questions, contact <a href="">giving@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@rt.torproject.org">frontdesk@rt.torproject.org</a>. {{ _('For donor-related questions, contact') }} <a href="mailto:giving@torproject.org">giving@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>