diff options
Diffstat (limited to 'client-web/source/preferences')
-rw-r--r-- | client-web/source/preferences/ui.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/preferences/ui.ts b/client-web/source/preferences/ui.ts index 0259b2b..44b3e4e 100644 --- a/client-web/source/preferences/ui.ts +++ b/client-web/source/preferences/ui.ts @@ -94,7 +94,7 @@ export function ui_preferences(): HTMLElement { const table = document.createElement("table") table.append(...rows) - return e("div", { class: "preferences" }, + return e("div", { class: "preferences", role: "dialog", aria_label: "settings" }, e("h2", {}, "Settings"), notification_perm, e("br", {}), table, e("br", {}), |