feat(settings): improve switch setting accessibility

This commit is contained in:
2026-07-28 20:08:35 +02:00
committed by jakob.scheid
parent 3136f40530
commit 9cf2245217
3 changed files with 21 additions and 3 deletions
+4
View File
@@ -45,6 +45,10 @@
"title": "Wert speichern",
"ariaLabel": "Speichert den eingegebenen Wert"
}
},
"switch": {
"title": "Wert umschalten",
"ariaLabel": "Schaltet den Wert um"
}
}
}