[tor-commits] [bridgedb/master] Change contact email address
sysrqb at torproject.org
sysrqb at torproject.org
Tue Nov 20 02:09:09 UTC 2018
commit 280599e1836610e052be84d7d7ab16e50c091a3f
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date: Mon Nov 19 21:35:21 2018 +0000
Change contact email address
* FIXES #23894 https://bugs.torproject.org/23894
---
bridgedb/strings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/strings.py b/bridgedb/strings.py
index 1c40695..49bb933 100644
--- a/bridgedb/strings.py
+++ b/bridgedb/strings.py
@@ -271,7 +271,7 @@ EMAIL_SPRINTF = {
# For the "%s Tor Browser download page %s" part of ``HOWTO_TBB[1]``
"HOWTO_TBB1": ("", "[0]"),
# For the "you should email %s" in ``HELP[0]``
- "HELP0": ("help at rt.torproject.org"),
+ "HELP0": ("frontdesk at torproject.org"),
}
"""``EMAIL_SPRINTF`` is a dictionary that maps translated strings which
contain format specifiers (i.e. ``%s``) to what those format specifiers should
More information about the tor-commits
mailing list