[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

@@ -218,7 +218,8 @@
"START_FORM": "Start Form",
"TASKS_ACTIVE": "Active Tasks",
"TASKS_COMPLETED": "Completed Tasks",
"TASK_SUBTITLE": "Assigned to {{user}}, created {{created}}"
"TASK_SUBTITLE": "Assigned to {{user}}, created {{created}}",
"REFRESH": "Refresh"
},
"BUTTON": {
"CANCEL": "Cancel Process",

View File

@@ -1,6 +1,6 @@
<div *ngIf="showRefreshButton" class="process-tasks-refresh" >
<button mat-icon-button (click)="onRefreshClicked()">
<mat-icon class="md-24" aria-label="Refresh">refresh</mat-icon>
<mat-icon class="md-24" [attr.aria-label]="'ADF_PROCESS_LIST.DETAILS.LABELS.REFRESH' | translate">refresh</mat-icon>
</button>
</div>