Merge branch 'master' into develop

This commit is contained in:
Nico Rehwaldt 2019-08-13 15:25:17 +02:00
commit 249e58435c

View File

@ -189,7 +189,8 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
}
},
'create.group': createAction(
'bpmn:Group', 'artifact', 'bpmn-icon-group'
'bpmn:Group', 'artifact', 'bpmn-icon-group',
translate('Create Group')
),
});