[ACS-3551] a11y fix for search results view (#2693)

This commit is contained in:
arohilaGL 2022-10-07 13:59:11 +05:30 committed by GitHub
parent 2fdd22f103
commit 9b7115cebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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": {