mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix translation key (#2726)
This commit is contained in:
committed by
Eugenio Romano
parent
92ccf36eb4
commit
e773c5a979
@@ -46,11 +46,11 @@ export class ProcessInstanceHeaderComponent implements OnChanges {
|
||||
}),
|
||||
new CardViewDateItemModel(
|
||||
{
|
||||
label: 'ADF_PROCESS_LIST.PROPERTIES.DUE_DATE',
|
||||
label: 'ADF_PROCESS_LIST.PROPERTIES.END_DATE',
|
||||
value: this.processInstance.ended,
|
||||
format: 'MMM DD YYYY',
|
||||
key: 'dueDate',
|
||||
default: 'ADF_PROCESS_LIST.PROPERTIES.DUE_DATE_DEFAULT'
|
||||
key: 'ended',
|
||||
default: 'ADF_PROCESS_LIST.PROPERTIES.END_DATE_DEFAULT'
|
||||
}),
|
||||
new CardViewTextItemModel(
|
||||
{
|
||||
|
Reference in New Issue
Block a user