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 = {
247
247
248
248
return (
249
249
< 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 . ' ) }
251
251
< a href = "https://docs.camunda.io/docs/components/concepts/variables/#input-mappings" target = "_blank" rel = "noopener noreferrer" title = { translate ( 'Input mappings documentation' ) } >
252
252
{ translate ( 'Learn more.' ) }
253
253
</ a >
@@ -260,7 +260,7 @@ const TooltipProvider = {
260
260
261
261
return (
262
262
< 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 . ' ) }
264
264
< a href = "https://docs.camunda.io/docs/components/concepts/variables/#output-mappings" target = "_blank" rel = "noopener noreferrer" title = { translate ( 'Output mappings documentation' ) } >
265
265
{ translate ( 'Learn more.' ) }
266
266
</ a >
You can’t perform that action at this time.
0 commit comments