mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-3551] a11y fix for search results view (#2693)
This commit is contained in:
parent
2fdd22f103
commit
9b7115cebb
@ -20,7 +20,9 @@
|
||||
|
||||
<adf-search-filter-chips class="content__filter"></adf-search-filter-chips>
|
||||
|
||||
<button mat-button adf-reset-search class="content__reset-action"><mat-icon> refresh </mat-icon></button>
|
||||
<button mat-button adf-reset-search
|
||||
class="content__reset-action"
|
||||
title="{{'APP.BROWSE.SEARCH.RESET_ACTION' | translate }}"><mat-icon> refresh </mat-icon></button>
|
||||
</div>
|
||||
|
||||
<adf-document-list
|
||||
|
@ -197,6 +197,7 @@
|
||||
"DUBLIN_CORE": "Dublin core",
|
||||
"EFFECTIVITY": "Effectivity",
|
||||
"TITLE": "Search Results",
|
||||
"RESET_ACTION": "Reset search filters",
|
||||
"FOUND_RESULTS": "{{ number }} results found",
|
||||
"FOUND_ONE_RESULT": "{{ number }} result found",
|
||||
"CUSTOM_ROW": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user