feat(settings): improve input setting accessibility

This commit is contained in:
2026-07-28 20:08:34 +02:00
committed by jakob.scheid
parent 62fbd5de3a
commit 3136f40530
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"
}
}
}
}
+9 -1
View File
@@ -38,5 +38,13 @@
}
}
},
"slogan": "Built to search."
"slogan": "Built to search.",
"settings": {
"input": {
"done": {
"title": "Save value",
"ariaLabel": "Saves the entered value"
}
}
}
}