Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Jul 16, 2024
1 parent 475cbb8 commit de7fb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export function getTooltipText(maxFee?: string, feeTokenBalance?: BigNumber) {
}
return `Insufficient balance to pay network fees. You need at least ${utils.formatEther(
BigNumber.from(maxFee).sub(feeTokenBalance),
)} ETH more.`
)} ALPH more.`
}

0 comments on commit de7fb9c

Please sign in to comment.