Skip to content

Commit 730b14e

Browse files
abdul99ahadbarmac
authored andcommitted
fix: rename task definition type label
Related to camunda/camunda-modeler#3534
1 parent fa9a6af commit 730b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/zeebe/properties/TaskDefinitionProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function TaskDefinitionType(props) {
125125
return FeelEntryWithVariableContext({
126126
element,
127127
id,
128-
label: translate('Type'),
128+
label: translate('Job type'),
129129
feel: 'optional',
130130
getValue,
131131
setValue,

0 commit comments

Comments
 (0)