From 1aa49d26e29997b8999f45a2f4cddfc8fe499776 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 17 Sep 2023 19:38:07 +0300 Subject: Added some accessible attributes https://github.com/libredirect/browser_extension/issues/810 --- src/pages/popup/switches.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/popup') 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 -- cgit 1.4.1