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/widgets/general.pug4
-rw-r--r--src/pages/options/widgets/services.pug2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/widgets/general.pug b/src/pages/options/widgets/general.pug
index cbc0129e..7d91cd91 100644
--- a/src/pages/options/widgets/general.pug
+++ b/src/pages/options/widgets/general.pug
@@ -11,11 +11,11 @@ section(class="option-block" id="general_page")
             option(value="dark" data-localise="__MSG_dark__") Dark
 
     div(class="some-block option-block")
-        h4 Fetch public instances
+        h4(data-localise="__MSG_fetchPublicInstances__") Fetch public instances
         select(id="fetch-instances")
             option(value="github") GitHub
             option(value="codeberg") Codeberg
-            option(value="disable") Disable
+            option(value="disable" data-localise="__MSG_disable__") Disable
 
     div(class="some-block option-block")
         h4(data-localise="__MSG_excludeFromRedirecting__") Excluded from redirecting
diff --git a/src/pages/options/widgets/services.pug b/src/pages/options/widgets/services.pug
index d710ed7a..80c469c3 100644
--- a/src/pages/options/widgets/services.pug
+++ b/src/pages/options/widgets/services.pug
@@ -43,7 +43,7 @@ each val, service in services
 
 
             div(class="some-block option-block")
-                h4 Unsupported iframes handling
+                h4(data-localise="__MSG_unsupportedIframesHandling__") Unsupported iframes handling
                 select(id=service+"-unsupportedUrls")
                     option(value="bypass") bypass
                     option(value="block") block