feat(context-pad): Translate append ReceiveTask action title
This commit is contained in:
parent
4a675b3780
commit
5a1b7f7117
|
@ -265,7 +265,8 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||||
assign(actions, {
|
assign(actions, {
|
||||||
'append.receive-task': appendAction(
|
'append.receive-task': appendAction(
|
||||||
'bpmn:ReceiveTask',
|
'bpmn:ReceiveTask',
|
||||||
'bpmn-icon-receive-task'
|
'bpmn-icon-receive-task',
|
||||||
|
translate('Append ReceiveTask')
|
||||||
),
|
),
|
||||||
'append.message-intermediate-event': appendAction(
|
'append.message-intermediate-event': appendAction(
|
||||||
'bpmn:IntermediateCatchEvent',
|
'bpmn:IntermediateCatchEvent',
|
||||||
|
|
Loading…
Reference in New Issue