about summary refs log tree commit diff stats
path: root/src/pages/options/widgets
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-03 21:42:33 +0100
committerHygna <hygna@proton.me>2022-10-03 21:42:33 +0100
commit8687b705852347731e51151d96c1674e4d24cc34 (patch)
tree9d2401f07edd1d2cea9ae9f8d2db7f11b7bbac7a /src/pages/options/widgets
parentSquashed many bugs (diff)
downloadlibredirect-8687b705852347731e51151d96c1674e4d24cc34.zip
Switched to html labels
Diffstat (limited to 'src/pages/options/widgets')
-rw-r--r--src/pages/options/widgets/general.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/widgets/general.ejs b/src/pages/options/widgets/general.ejs
index 77028ac2..e24046db 100644
--- a/src/pages/options/widgets/general.ejs
+++ b/src/pages/options/widgets/general.ejs
@@ -92,7 +92,7 @@
   <% } else { _%>
   <%- include ('src/assets/images/' + service + '-icon.svg') %>
   <% } _%>
-  <x data-localise="__MSG_<%= service %>__" label="<%= service %>"><%= config.services[service].name %></x>
+  <label data-localise="__MSG_<%= service %>__" for="<%= service %>"><%= config.services[service].name %></label>
       </div>
       <input id="<%= service %>" type="checkbox">
     </div>