feat(settings): improve input setting accessibility

This commit is contained in:
2026-07-21 17:17:59 +02:00
parent e365e1750a
commit 45b52c2c11
3 changed files with 31 additions and 6 deletions
+9 -1
View File
@@ -38,5 +38,13 @@
}
}
},
"slogan": "Gebaut zum Suchen."
"slogan": "Gebaut zum Suchen.",
"settings": {
"input": {
"done": {
"title": "Wert speichern",
"ariaLabel": "Speichert den eingegebenen Wert"
}
}
}
}