[ACS-8371] Fix toolbar button title (#4033)

This commit is contained in:
Mykyta Maliarchuk 2024-08-20 14:54:23 +02:00 committed by GitHub
parent f74e08e2ac
commit f80598ad9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,7 @@
>
<mat-icon>visibility</mat-icon>
</button>
<button mat-icon-button title="{{ 'ADF_VIEWER.ACTIONS.CLOSE' | translate }}" (click)="onPreviewClosed()">
<button mat-icon-button title="{{ 'ADF_VIEWER.ACTIONS.INFO' | translate }}" (click)="onPreviewClosed()">
<mat-icon>info_outline</mat-icon>
</button>
</div>

View File

@ -108,6 +108,7 @@ aca-search-results {
&--visibility_button {
margin-right: 8px;
cursor: default;
}
.adf-search-filter {