File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/provider/zeebe/properties Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ function PropagateAllParentVariables(props) {
122
122
123
123
return ToggleSwitchEntry ( {
124
124
id : 'propagateAllParentVariables' ,
125
- label : translate ( 'Propagate all variables' ) ,
125
+ label : translate ( 'Propagate all parent process variables' ) ,
126
126
switcherLabel : propagateAllParentVariables ?
127
127
translate ( 'On' ) :
128
128
translate ( 'Off' ) ,
129
129
tooltip : < div >
130
- < p > { translate ( 'If turned on, all variables from this process instance will be propagated to the child process instance.' ) } </ p >
130
+ < p > { translate ( 'If turned on, all variables from the parent process instance will be propagated to the child process instance.' ) } </ p >
131
131
< p > { translate ( 'Otherwise, only variables defined via input mappings will be propagated.' ) } </ p >
132
132
</ div > ,
133
133
getValue,
You can’t perform that action at this time.
0 commit comments