Skip to content

Commit

Permalink
chore(zeebe): align input propagation label and tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 3, 2024
1 parent f408e68 commit 57b3f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/zeebe/properties/InputPropagationProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: <div>
<p>{translate('If turned on, all variables from this process instance will be propagated to the child process instance.')}</p>
<p>{translate('If turned on, all variables from the parent process instance will be propagated to the child process instance.')}</p>
<p>{translate('Otherwise, only variables defined via input mappings will be propagated.')}</p>
</div>,
getValue,
Expand Down

0 comments on commit 57b3f3b

Please sign in to comment.