commit 6c48d36a1f40de04d7c274430fda6eeaeadc2d9b Author: emma peel emma.peel@riseup.net Date: Thu Feb 7 19:11:00 2019 +0100
typo --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 0667b71..3e296e1 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -71,7 +71,7 @@ </div> <div class="row mt-3 mr-5"> <h4 class="text-primary">{{ _('Report a security issue.') }}</h4> - <p class="text-tpo">{{ _('If you've found a security issue in one of our projects or in our infrastructure, please email tor-security@lists.torproject.org. If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey@lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:') }}</p> + <p class="text-tpo">{{ _("If you've found a security issue in one of our projects or in our infrastructure, please email tor-security@lists.torproject.org. If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey@lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:") }}</p> </div> <div class="row mt-3 mr-5"> <p class="nick text-primary">gpg --fingerprint tor-security@lists.torproject.org <br />
tor-commits@lists.torproject.org