Skip to content

Commit

Permalink
chore: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Mar 5, 2024
1 parent 58033f0 commit b1a19fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Item/BuyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export const BuyModal: React.FC<BuyModalProps> = ({
} else {
//@ts-expect-error e may not have message inside
if (e.data.message.includes("insufficient funds")) {
msg = "You don't have sufficient funds for this transaction.";
msg =
"You don't have sufficient funds for this transaction. Follow the instruction in header to get some free tokens!";
}
}

Expand Down

0 comments on commit b1a19fd

Please sign in to comment.