Skip to content

Commit

Permalink
more helpful copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt committed Feb 20, 2024
1 parent 0863457 commit 7a61ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SendCrypto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function SendCrypto({
if (prepareContractWriteStatus === 'error') {
onError(
'There was an error preparing your transaction.',
`This may occur if you have less than ${cryptoAmount} ${cryptoType} in your wallet.`,
`This may occur if you have less ${cryptoType} in your wallet than you are trying to send (${cryptoAmount}).`,
)
}
}, [prepareContractWriteStatus])
Expand Down

0 comments on commit 7a61ee2

Please sign in to comment.