commit 74739bc2ccf1bb99900ab1b3288aa99c7ef68727 Author: Richard Pospesel richard@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");