commit 280599e1836610e052be84d7d7ab16e50c091a3f Author: Matthew Finkel Matthew.Finkel@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@rt.torproject.org"), + "HELP0": ("frontdesk@torproject.org"), } """``EMAIL_SPRINTF`` is a dictionary that maps translated strings which contain format specifiers (i.e. ``%s``) to what those format specifiers should
tor-commits@lists.torproject.org