Merge branch 'master' into develop
This commit is contained in:
commit
249e58435c
|
@ -189,7 +189,8 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'create.group': createAction(
|
'create.group': createAction(
|
||||||
'bpmn:Group', 'artifact', 'bpmn-icon-group'
|
'bpmn:Group', 'artifact', 'bpmn-icon-group',
|
||||||
|
translate('Create Group')
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue