mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
119612: aria-label to also include warning message if applicable
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
class="export-button btn btn-dark btn-sm"
|
||||
[ngbTooltip]="(shouldShowWarning$ | async) ? tipContentWarning : tipContent"
|
||||
(click)="export()"
|
||||
[title]="tooltipMsg |translate" [attr.aria-label]="tooltipMsg |translate">
|
||||
[title]="tooltipMsg | translate" [attr.aria-label]="(shouldShowWarning$ | async) ? ((tooltipMsg | translate) + ' ' + exportLimitExceededMsg): (tooltipMsg | translate)">
|
||||
<i class="fas fa-file-export fa-fw"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user