[ACS-3600] Add missing label translations (#7890)

This commit is contained in:
MichalKinas
2022-10-19 11:52:02 +02:00
committed by GitHub
parent 3abf138088
commit b12d1b4a44
6 changed files with 17 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
class="adf-property-clear-value"
*ngIf="isEditable"
mat-icon-button
aria-label="Clear"
[attr.aria-label]="'CORE.METADATA.ACTIONS.CLEAR' | translate"
(click)="clearValue()">
<mat-icon>cancel</mat-icon>
</button>