[tbb-commits] [tor-browser/tor-browser-78.11.0esr-10.5-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

sysrqb at torproject.org sysrqb at torproject.org
Mon Jun 28 20:11:31 UTC 2021


commit 74739bc2ccf1bb99900ab1b3288aa99c7ef68727
Author: Richard Pospesel <richard at torproject.org>
Date:   Fri Jun 25 12:03:52 2021 +0200

    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
---
 browser/components/torconnect/content/aboutTorConnect.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/components/torconnect/content/aboutTorConnect.js b/browser/components/torconnect/content/aboutTorConnect.js
index 1c574a5d07c9..11301fa10cab 100644
--- a/browser/components/torconnect/content/aboutTorConnect.js
+++ b/browser/components/torconnect/content/aboutTorConnect.js
@@ -184,10 +184,10 @@ class AboutTorConnect {
   }
 
   async connect() {
-    // reset the text to original quickstart description
+    // reset the text to original description
     // in case we are trying again after an error (clears out error text)
     this.elemProgressDesc.textContent =
-      this.torStrings.settings.quickstartDescription;
+      this.torStrings.settings.torPreferencesDescription;
 
     this.state = AboutTorConnect.STATE_BOOTSTRAPPING;
     const error = await RPMSendQuery("TorConnect");





More information about the tbb-commits mailing list