feat(settings): improve switch setting accessibility

This commit is contained in:
2026-07-21 17:29:05 +02:00
parent 45b52c2c11
commit 82a11af017
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"
}
}
}
+4
View File
@@ -45,6 +45,10 @@
"title": "Save value",
"ariaLabel": "Saves the entered value"
}
},
"switch": {
"title": "Toggle value",
"ariaLabel": "Toggles the value"
}
}
}