fix: 更新流程设计面板

This commit is contained in:
tony
2022-12-24 20:05:33 +08:00
parent 56864b81f4
commit b57ccd6a8f
2 changed files with 3 additions and 2 deletions

View File

@@ -364,7 +364,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
'append.append-user-task': appendAction(
'bpmn:Task',
'bpmn-icon-user-task',
translate('添加用户任务')
'添加用户任务'
),
'append.intermediate-event': appendAction(
'bpmn:IntermediateThrowEvent',