diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-23 18:08:18 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-23 18:08:18 +0100 |
commit | 2e448143158a987d9ea21e231748f2bc6849d8b6 (patch) | |
tree | 6a9514a4c07ef6d0bff12e6cfcf23ee5bf625670 /src/pages/options/index.html | |
parent | Resolve protocolFallback checkbox value not being displayed correctly (diff) | |
download | libredirect-2e448143158a987d9ea21e231748f2bc6849d8b6.zip |
Fixed one of the errors (1 remaining)
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 96b8d553..29e454bf 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -2754,13 +2754,13 @@ </form> <div class="checklist custom-checklist"></div> <div class="buttons buttons-inline"> - <label class="button button-inline" id="latency-facilmap-label" for="latency-facilmap"> + <label class="button button-inline" id="latency-facil-label" for="latency-facil"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path> </svg> <x data-localise="__MSG_testInstancesLatency__">Test Instances Latency</x> </label> - <input class="button button-inline" id="latency-facilmap" style="display:none;"> + <input class="button button-inline" id="latency-facil" style="display:none;"> </div> </div> <div class="tor"> |