Skip to content

Commit 5d8bd68

Browse files
philippfrommenikku
authored andcommitted
chore(zeebe): align input propagation label and tooltip
Related to camunda/camunda-modeler#4051
1 parent f408e68 commit 5d8bd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/provider/zeebe/properties/InputPropagationProps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)