generated from Seekra/repository-template
feat(settings): add selection option ARIA label
This commit is contained in:
+6
-1
@@ -55,6 +55,11 @@
|
||||
"ariaLabel": "Geht zur Einstellungsseite {page}"
|
||||
}
|
||||
},
|
||||
"noSectionSelected": "Kein Einstellungsabschnitt ist ausgewählt."
|
||||
"noSectionSelected": "Kein Einstellungsabschnitt ist ausgewählt.",
|
||||
"selection": {
|
||||
"option": {
|
||||
"ariaLabel": "Wählt die Option {option} aus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+6
-1
@@ -55,6 +55,11 @@
|
||||
"ariaLabel": "Goes to settings page {page}"
|
||||
}
|
||||
},
|
||||
"noSectionSelected": "No settings section is selected."
|
||||
"noSectionSelected": "No settings section is selected.",
|
||||
"selection": {
|
||||
"option": {
|
||||
"ariaLabel": "Selects option {option}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user