[ADF-2260] Action menu translation is missing when right clicking on a file/folder. (#2971)

* Fixed missing translation support.
* Added a action-menu key in en.json
This commit is contained in:
siva kumar
2018-02-21 14:57:21 +05:30
committed by Maurizio Vitale
parent 02806dedfa
commit bca77b390e
2 changed files with 3 additions and 2 deletions

View File

@@ -240,7 +240,7 @@
*ngIf="authenticationService.isBpmLoggedIn()"
icon="play_arrow"
target="document"
title="DOCUMENT_LIST.ACTIONS.DOCUMENT.PROCESS_ACTION"
title="{{'DOCUMENT_LIST.ACTIONS.DOCUMENT.PROCESS_ACTION' | translate}}"
(execute)="startProcesAction($event)">
</content-action>
</content-actions>