about summary refs log tree commit diff stats
path: root/src/pages/popup/switches.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/popup/switches.pug')
-rw-r--r--src/pages/popup/switches.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup/switches.pug b/src/pages/popup/switches.pug
index bd53ce7e..91fbe72e 100644
--- a/src/pages/popup/switches.pug
+++ b/src/pages/popup/switches.pug
@@ -7,4 +7,4 @@ each _, service in services
             else
                 img(src=`/assets/images/${service}-icon.${services[service].imageType}`)
             h4=services[service].name
-        input(class=service + "-enabled" type="checkbox")
\ No newline at end of file
+        input(class=service + "-enabled" type="checkbox" aria-label=`${services[service].name} toggle`)
\ No newline at end of file