diff --git a/lib/features/context-pad/ContextPadProvider.js b/lib/features/context-pad/ContextPadProvider.js index 97a4b157..564435be 100644 --- a/lib/features/context-pad/ContextPadProvider.js +++ b/lib/features/context-pad/ContextPadProvider.js @@ -265,7 +265,8 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) { assign(actions, { 'append.receive-task': appendAction( 'bpmn:ReceiveTask', - 'bpmn-icon-receive-task' + 'bpmn-icon-receive-task', + translate('Append ReceiveTask') ), 'append.message-intermediate-event': appendAction( 'bpmn:IntermediateCatchEvent', @@ -440,4 +441,4 @@ function isEventType(eventBo, type, definition) { }); return isType && isDefinition; -} \ No newline at end of file +}