Skip to content

Commit

Permalink
refactor pool dropdown tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Oct 25, 2024
1 parent b6c549d commit df4d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/withdraw-pool/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function Page() {
pools={pools || []}
PoolItemInfo={PoolItemInfo}
selectedPool={selectedPool}
tooltipText="Withdraw of staked or too low liquidity are not supported"
tooltipText="Withdraw of staked liquidity or pool with low user balance are not supported"
/>
<PoolForm selectedPool={selectedPool} />
</div>
Expand Down

0 comments on commit df4d27b

Please sign in to comment.