mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[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:
parent
8582ab4388
commit
b62e9951d1
@ -18,7 +18,7 @@
|
|||||||
<span class="acs-details-breadcrumb-item">{{ 'APP.INFO_DRAWER.TITLE' | translate }}</span>
|
<span class="acs-details-breadcrumb-item">{{ 'APP.INFO_DRAWER.TITLE' | translate }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="acs-close-members-container">
|
<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>
|
<mat-icon>close</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -398,7 +398,8 @@
|
|||||||
"VERSIONS": "Versions",
|
"VERSIONS": "Versions",
|
||||||
"COMMENTS": "Comments",
|
"COMMENTS": "Comments",
|
||||||
"PERMISSIONS": "Permissions",
|
"PERMISSIONS": "Permissions",
|
||||||
"EXPAND": "Expand"
|
"EXPAND": "Expand",
|
||||||
|
"CLOSE_LIBRARY": "Close Library"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user