Skip to content

Commit

Permalink
fix(VariableTable): use correct tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Aug 27, 2024
1 parent fbfc044 commit 4217ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Components/VariableTable/VariableTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Variables(


return <div className="bio-vo-variable-table">
<Tooltip align="bottom-start" label="Elements that create or write variables">
<Tooltip align="bottom-start" label="Variables associated with the currently selected element">
<div className="bio-vo-label bio-vo-tooltip-wrapper">Variables</div>
</Tooltip>
<DataTable rows={ rows } headers={ HEADERS } isSortable sortRow={ customSort }>
Expand Down

0 comments on commit 4217ecf

Please sign in to comment.