From b2e67e0392b61d0438f15ecd35a344d415c18e3d Mon Sep 17 00:00:00 2001 From: mihai sirghe <32762007+smihai78@users.noreply.github.com> Date: Mon, 23 Oct 2017 12:06:46 +0300 Subject: [PATCH] Created language keys for the header labels in proccess atachment list component (#2523) Updated the component --- .../src/components/process-attachment-list.component.html | 4 ++-- ng2-components/ng2-activiti-processlist/src/i18n/en.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ng2-components/ng2-activiti-processlist/src/components/process-attachment-list.component.html b/ng2-components/ng2-activiti-processlist/src/components/process-attachment-list.component.html index 93130712b0..5e6cd3b598 100644 --- a/ng2-components/ng2-activiti-processlist/src/components/process-attachment-list.component.html +++ b/ng2-components/ng2-activiti-processlist/src/components/process-attachment-list.component.html @@ -14,8 +14,8 @@ - - + + diff --git a/ng2-components/ng2-activiti-processlist/src/i18n/en.json b/ng2-components/ng2-activiti-processlist/src/i18n/en.json index 7af0fbe205..ab68d558ce 100644 --- a/ng2-components/ng2-activiti-processlist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-processlist/src/i18n/en.json @@ -115,6 +115,10 @@ }, "EMPTY-LIST": { "HEADER": "No files are available" + }, + "COLUMNS": { + "NAME": "Name", + "CREATED-ON": "Created on" } } }