This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2
in repository tor-browser.

commit 7801f522366cec33bf82aae541328a1883a9f0ef
Author: Pier Angelo Vendrame <[email protected]>
AuthorDate: Mon Nov 14 16:46:32 2022 +0100

    fixup! Add TorStrings module for localization
    
    Bug 41449: Use the offline manual page for onion authentication
---
 browser/modules/TorStrings.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index b4956a04bba7..f129d2362f02 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -648,7 +648,7 @@ const Loader = {
 
     const retval = {
       learnMore: getString("learnMore", "Learn more"),
-      learnMoreURL: 
`https://support.torproject.org/${getLocale()}/onionservices/client-auth/`,
+      learnMoreURL: "about:manual#onion-services",
       errorPage: {
         browser: getString("errorPage.browser", "Browser"),
         network: getString("errorPage.network", "Network"),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to