[ADF-1758] Remove the hardcoded work and add keys (#2499)

This commit is contained in:
Maurizio Vitale
2017-10-18 19:15:21 +01:00
committed by Denys Vuika
parent 0c717fe9cc
commit 0bdd66e158
4 changed files with 14 additions and 8 deletions

View File

@@ -130,17 +130,17 @@ export class TaskAttachmentListComponent implements OnChanges {
onShowRowActionsMenu(event: any) {
let viewAction = {
title: 'View',
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.VIEW',
name: 'view'
};
let removeAction = {
title: 'Remove',
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.REMOVE',
name: 'remove'
};
let downloadAction = {
title: 'Download',
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.DOWNLOAD',
name: 'download'
};