mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3600] Add missing label translations (#7890)
This commit is contained in:
@@ -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",
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user