diff --git a/src/provider/zeebe/properties/InputPropagationProps.js b/src/provider/zeebe/properties/InputPropagationProps.js index cb8ff3407..d43e4f26b 100644 --- a/src/provider/zeebe/properties/InputPropagationProps.js +++ b/src/provider/zeebe/properties/InputPropagationProps.js @@ -122,12 +122,12 @@ function PropagateAllParentVariables(props) { return ToggleSwitchEntry({ id: 'propagateAllParentVariables', - label: translate('Propagate all variables'), + label: translate('Propagate all parent process variables'), switcherLabel: propagateAllParentVariables ? translate('On') : translate('Off'), tooltip:
-

{translate('If turned on, all variables from this process instance will be propagated to the child process instance.')}

+

{translate('If turned on, all variables from the parent process instance will be propagated to the child process instance.')}

{translate('Otherwise, only variables defined via input mappings will be propagated.')}

, getValue,