Skip to content

Commit

Permalink
Update src/contextProvider/zeebe/TooltipProvider.js
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
  • Loading branch information
jarekdanielak and barmac authored Jan 22, 2025
1 parent d1fd8aa commit 82bd20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contextProvider/zeebe/TooltipProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ const TooltipProvider = {

return (
<div>
{translate('Define a collection of elements which will be activated when the ad-hoc process is evaluated. ')}
<a href="https://docs.camunda.io/docs/components/modeler/bpmn/ad-hoc/#activate-an-element" target="_blank" rel="noopener noreferrer" title={ translate('Ad-hoc process documentation') }>
{translate('Define a collection of elements which will be activated when the ad-hoc subprocess is evaluated. ')}
<a href="https://docs.camunda.io/docs/components/modeler/bpmn/ad-hoc/#activate-an-element" target="_blank" rel="noopener noreferrer" title={ translate('Ad-hoc subprocess documentation') }>
{ translate('Learn more.') }
</a>
</div>
Expand Down

0 comments on commit 82bd20c

Please sign in to comment.