diff --git a/ng2-components/ng2-activiti-tasklist/src/components/task-attachment-list.component.ts b/ng2-components/ng2-activiti-tasklist/src/components/task-attachment-list.component.ts index 9aba1db5a0..e4d07d7f21 100644 --- a/ng2-components/ng2-activiti-tasklist/src/components/task-attachment-list.component.ts +++ b/ng2-components/ng2-activiti-tasklist/src/components/task-attachment-list.component.ts @@ -130,17 +130,17 @@ export class TaskAttachmentListComponent implements OnChanges { onShowRowActionsMenu(event: any) { let viewAction = { - title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW', + title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW_CONTENT', name: 'view' }; let removeAction = { - title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE', + title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE_CONTENT', name: 'remove' }; let downloadAction = { - title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD', + title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD_CONTENT', name: 'download' }; diff --git a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json index 4a61f61b4a..4a4715b83f 100644 --- a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json @@ -10,6 +10,7 @@ } }, "PROPERTIES": { + "TASK_NAME": "Task", "THUMBNAIL": "Thumbnail", "NAME": "Name", "ASSIGNEE": "Assignee", @@ -31,9 +32,10 @@ "FORM_NAME_DEFAULT": "No form" }, "MENU_ACTIONS": { - "VIEW": "View", - "REMOVE": "Remove", - "DOWNLOAD": "Download" + "VIEW_CONTENT": "View", + "REMOVE_CONTENT": "Remove", + "DOWNLOAD_CONTENT": "Download", + "DOWNLOAD_AUDIT": "Download Audit" }, "DETAILS": { "LABELS": {