Skip to content

Commit 2edeb66

Browse files
committed
fix: clarify wording for input/output groups
Related to camunda/camunda-modeler#4889
1 parent 85c2651 commit 2edeb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contextProvider/zeebe/TooltipProvider.js

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

0 commit comments

Comments
 (0)