[ACS-3549] Manage Versions Dialog (#7858)

* Fix: Button have descernible text, banner landmark, contentinfo landmar issue

* change title in version list component
This commit is contained in:
rbahirsheth
2022-10-06 13:48:13 +05:30
committed by GitHub
parent 746d8031cd
commit af2881f3a3
3 changed files with 8 additions and 7 deletions
@@ -42,7 +42,7 @@
</button>
</mat-menu>
<button mat-icon-button [matMenuTriggerFor]="versionMenu" [id]="'adf-version-list-action-menu-button-'+version.entry.id">
<button mat-icon-button [matMenuTriggerFor]="versionMenu" [id]="'adf-version-list-action-menu-button-'+version.entry.id" title="{{ 'ADF_VERSION_LIST.MANAGE_VERSION_OPTIONS' | translate }}">
<mat-icon>more_vert</mat-icon>
</button>
</div>