mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix missing translation (#2867)
This commit is contained in:
committed by
Eugenio Romano
parent
101701b72e
commit
4e434f7e11
@@ -112,7 +112,7 @@ export class TaskHeaderComponent implements OnChanges, OnInit {
|
|||||||
{
|
{
|
||||||
label: 'ADF_TASK_LIST.PROPERTIES.PARENT_NAME',
|
label: 'ADF_TASK_LIST.PROPERTIES.PARENT_NAME',
|
||||||
value: parentInfoMap, key: 'parentName',
|
value: parentInfoMap, key: 'parentName',
|
||||||
default: 'ADF_TASK_LIST.PROPERTIES.PARENT_NAME_DEFAULT',
|
default: this.translationService.instant('ADF_TASK_LIST.PROPERTIES.PARENT_NAME_DEFAULT'),
|
||||||
clickable: true
|
clickable: true
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user