File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/contextProvider/zeebe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ const TooltipProvider = {
247247
248248 return (
249249 < div >
250- { translate ( 'Create a new local variable in the scope of this task . ' ) }
250+ { translate ( 'Add input mappings to control what is passed to the activity as local variables . ' ) }
251251 < a href = "https://docs.camunda.io/docs/components/concepts/variables/#input-mappings" target = "_blank" rel = "noopener noreferrer" title = { translate ( 'Input mappings documentation' ) } >
252252 { translate ( 'Learn more.' ) }
253253 </ a >
@@ -260,7 +260,7 @@ const TooltipProvider = {
260260
261261 return (
262262 < div >
263- { translate ( 'Customize how result variables are merged into the global scope of the process instance . ' ) }
263+ { translate ( 'Add output mappings to control which variables are merged back into the process scope . ' ) }
264264 < a href = "https://docs.camunda.io/docs/components/concepts/variables/#output-mappings" target = "_blank" rel = "noopener noreferrer" title = { translate ( 'Output mappings documentation' ) } >
265265 { translate ( 'Learn more.' ) }
266266 </ a >
You can’t perform that action at this time.
0 commit comments