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) {
122122
123123 return ToggleSwitchEntry ( {
124124 id : 'propagateAllParentVariables' ,
125- label : translate ( 'Propagate all variables' ) ,
125+ label : translate ( 'Propagate all parent process variables' ) ,
126126 switcherLabel : propagateAllParentVariables ?
127127 translate ( 'On' ) :
128128 translate ( 'Off' ) ,
129129 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 >
131131 < p > { translate ( 'Otherwise, only variables defined via input mappings will be propagated.' ) } </ p >
132132 </ div > ,
133133 getValue,
You can’t perform that action at this time.
0 commit comments