[ACS-3548] accessibility issues fixed for ACS-3548 (#2695)

* ACS-3548 issues resolved

* aria-label removed from h1 tag as it already has title
This commit is contained in:
jatin2008 2022-10-14 17:08:18 +05:30 committed by GitHub
parent 8582ab4388
commit b62e9951d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<span class="acs-details-breadcrumb-item">{{ 'APP.INFO_DRAWER.TITLE' | translate }}</span>
</div>
<div class="acs-close-members-container">
<button mat-icon-button data-automation-id="close-library" (click)="goBack()">
<button mat-icon-button data-automation-id="close-library" title="{{ 'APP.INFO_DRAWER.CLOSE_LIBRARY' | translate }}" (click)="goBack()">
<mat-icon>close</mat-icon>
</button>
</div>

View File

@ -398,7 +398,8 @@
"VERSIONS": "Versions",
"COMMENTS": "Comments",
"PERMISSIONS": "Permissions",
"EXPAND": "Expand"
"EXPAND": "Expand",
"CLOSE_LIBRARY": "Close Library"
}
}
},