Skip to content

Commit

Permalink
chore: update _Binding type_ tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Aug 23, 2024
1 parent e3857b4 commit 72adca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/contextProvider/zeebe/TooltipProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ const TooltipProvider = {
<h1>{ translate('Deployment binding') }</h1>
{ translate('Uses the resource found in the same deployment.') }
</p>
<p>
<h1>{ translate('Version tag binding') }</h1>
{ translate('Uses the most recent deployed resource with the given version tag.') }
</p>
</div>
);
},
Expand Down

0 comments on commit 72adca3

Please sign in to comment.