Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 25, 2023
1 parent a1e0d93 commit ed9986a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/sections/WalletsEligibility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ const Eligibility = ({
// if there is no tokens to claim
if (isConnectionPending) {
setIsProceedDisabled(true)
setProceedTooltipContent('Some ecosystems are not yet connected.')
setProceedTooltipContent(
'Some ecosystems are not yet connected. You can go back and change any of your selections.'
)
return
} else if (areAllTokensClaimed) {
setIsProceedDisabled(true)
Expand Down

0 comments on commit ed9986a

Please sign in to comment.