Skip to content

Commit

Permalink
[ACS-5601] Add missing tooltip translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Sep 26, 2023
1 parent 31f6ec5 commit bcdc1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="aca-name-column-badges">
<ng-container *ngFor="let badge of badges">
<adf-icon class="adf-datatable-cell-badge" [title]="badge.tooltip" [value]="badge.icon" (click)="onBadgeClick(badge)"></adf-icon>
<adf-icon class="adf-datatable-cell-badge" [title]="badge.tooltip | translate" [value]="badge.icon" (click)="onBadgeClick(badge)"></adf-icon>
</ng-container>
</div>
</div>

0 comments on commit bcdc1e9

Please sign in to comment.