mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3115] a11y fixes (#3424)
* a11y fixes for search input * a11y fixes for pagination * a11y fixes for content actions
This commit is contained in:
@@ -160,6 +160,13 @@
|
||||
},
|
||||
"SEARCH": {
|
||||
"CONTROL": {},
|
||||
"BUTTON": {
|
||||
"TOOLTIP": "Search",
|
||||
"ARIA-LABEL": "Search button"
|
||||
},
|
||||
"INPUT": {
|
||||
"ARIA-LABEL": "Search input"
|
||||
},
|
||||
"RESULTS": {
|
||||
"SUMMARY": "{{numResults}} result found for {{searchTerm}}",
|
||||
"NONE": "No results found for {{searchTerm}}",
|
||||
|
||||
Reference in New Issue
Block a user