Skip to content
Snippets Groups Projects
Commit d1328cd0 authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

bug 41080: change 'your location' to 'unblock the internet in'
parent 494c9781
No related branches found
No related tags found
1 merge request!544bug 41080: Add new string for connection assis 'Unblock the Internet it'
......@@ -764,7 +764,7 @@ class AboutTorConnect {
});
this.elements.locationDropdownLabel.textContent =
TorStrings.torConnect.yourLocation;
TorStrings.torConnect.unblockInternetIn;
this.elements.tryBridgeButton.textContent = TorStrings.torConnect.tryBridge;
this.elements.tryBridgeButton.addEventListener("click", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment