about summary refs log tree commit diff stats
path: root/src/pages/popup/switches.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-09-17 19:38:07 +0300
committerManeraKai <manerakai@protonmail.com>2023-09-17 19:38:07 +0300
commit1aa49d26e29997b8999f45a2f4cddfc8fe499776 (patch)
treee2a00ec83e7baf0f89139887375e6ccee041ae30 /src/pages/popup/switches.pug
parentRemoved Paste Text, Send, Meet, Speed Text, My Ip (diff)
downloadlibredirect-1aa49d26e29997b8999f45a2f4cddfc8fe499776.zip
Added some accessible attributes https://github.com/libredirect/browser_extension/issues/810
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