mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 07:18:49 +00:00
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, {
|
||||
'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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user