generated from Seekra/repository-template
feat(settings): improve switch setting accessibility
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
"title": "Wert speichern",
|
||||
"ariaLabel": "Speichert den eingegebenen Wert"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"title": "Wert umschalten",
|
||||
"ariaLabel": "Schaltet den Wert um"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,6 +45,10 @@
|
||||
"title": "Save value",
|
||||
"ariaLabel": "Saves the entered value"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"title": "Toggle value",
|
||||
"ariaLabel": "Toggles the value"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user