about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-09-18 13:12:00 +0300
committerManeraKai <manerakai@protonmail.com>2023-09-18 13:12:09 +0300
commit2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac (patch)
tree6417e4fe245d491d28ae9a4f1cbe7427b1f49a45 /src/pages/options
parentAdded cache for ping https://github.com/libredirect/browser_extension/issues/773 (diff)
downloadlibredirect-2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac.zip
Add "Redirect (frontend) to Prefferred" https://github.com/libredirect/browser_extension/issues/767
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/widgets/services.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/widgets/services.pug b/src/pages/options/widgets/services.pug
index a93a6902..e08bb001 100644
--- a/src/pages/options/widgets/services.pug
+++ b/src/pages/options/widgets/services.pug
@@ -7,12 +7,12 @@ each val, service in services
         hr
 
         div(class="block block-option")
-            label(data-localise="__MSG_enable__") Enable
-            input(id=`${service}-enabled` type="checkbox" aria-label="Enable checkbox")
+            label(for=`${service}-enabled` data-localise="__MSG_enable__") Enable
+            input(id=`${service}-enabled` type="checkbox")
 
         div(class="block block-option")
             label(for=service data-localise="__MSG_showInPopup__") Show in popup
-            input(id=service type="checkbox" aria-label="Show in popup toggle")
+            input(id=service type="checkbox")
 
         div(id=service+"-opacity")