RED-7634 - changed tooltips

This commit is contained in:
Valentin Mihai 2023-11-15 21:29:49 +02:00
parent ea5fdb1a9e
commit 3667d586c4

View File

@ -217,7 +217,7 @@
*ngIf="filter.id === 'skipped'"
[icon]="skippedService.hideSkipped() ? 'red:visibility-off' : 'red:visibility'"
[tooltip]="
(skippedService.hideSkipped() ? 'file-preview.tabs.annotations.hide-skipped' : 'file-preview.tabs.annotations.show-skipped')
(skippedService.hideSkipped() ? 'file-preview.tabs.annotations.show-skipped' : 'file-preview.tabs.annotations.hide-skipped')
| translate
"
iqserPreventDefault