commit 8caaa36eba9486185748d750e59a0b0412e60bfe Author: gus gus@torproject.org Date: Thu Oct 10 11:44:16 2019 -0400
Fix frontdesk email address --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 6883853..038f5b8 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -98,7 +98,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 frontdesk@rt.torproject.org. For donor-related questions, contact giving@torproject.org') }}.</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 frontdesk@torproject.org. For donor-related questions, contact giving@torproject.org') }}.</p> </div> <div class="d-block d-sm-none container py-3"> <div class="row border-bottom border-light"><p></p></div>