We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32511b0 commit 5b19ebeCopy full SHA for 5b19ebe
src/app/shared/search/search-export-csv/search-export-csv.component.html
@@ -15,6 +15,6 @@
15
class="export-button btn btn-dark btn-sm"
16
[ngbTooltip]="(shouldShowWarning$ | async) ? tipContentWarning : tipContent"
17
(click)="export()"
18
- [title]="tooltipMsg |translate" [attr.aria-label]="tooltipMsg |translate">
+ [title]="tooltipMsg | translate" [attr.aria-label]="(shouldShowWarning$ | async) ? ((tooltipMsg | translate) + ' ' + exportLimitExceededMsg): (tooltipMsg | translate)">
19
<i class="fas fa-file-export fa-fw"></i>
20
</button>
0 commit comments