about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/index.html2
-rw-r--r--src/pages/options/widgets/general.pug4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html
index 0bb4ecde..9e318512 100644
--- a/src/pages/options/index.html
+++ b/src/pages/options/index.html
@@ -71,7 +71,7 @@
           </select>
         </div>
         <div class="some-block option-block">
-          <h4>First-party isolation (Enable for Tor)</h4>
+          <h4>Tor Browser</h4>
           <input id="firstPartyIsolate" type="checkbox">
         </div>
         <div class="some-block option-block">
diff --git a/src/pages/options/widgets/general.pug b/src/pages/options/widgets/general.pug
index c8e043b9..fe144a57 100644
--- a/src/pages/options/widgets/general.pug
+++ b/src/pages/options/widgets/general.pug
@@ -10,8 +10,8 @@ section#general_page.option-block
             option(value="light" data-localise="__MSG_light__") Light
             option(value="dark" data-localise="__MSG_dark__") Dark
 
-    .some-block.option-block
-        h4() First-party isolation (Enable for Tor)
+    //- .some-block.option-block
+        h4 Tor Browser
         input#firstPartyIsolate(type="checkbox")
 
     .some-block.option-block