Skip to content
Snippets Groups Projects
Verified Commit 6ae67e05 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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

Changed placeholders for strings as we switched from dtd to .properties.
parent 5688cd7a
Branches
No related tags found
1 merge request!475Bug 41375: Cleared unused strings
// Copyright (c) 2021, The Tor Project, Inc.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/* eslint-env mozilla/frame-script */
......@@ -608,7 +611,7 @@ class AboutTorConnect {
}
showConfigureConnectionLink(text) {
const pieces = text.split("#1");
const pieces = text.split("%S");
const link = document.createElement("a");
link.textContent = TorStrings.torConnect.configureConnection;
link.setAttribute("href", "#");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment