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 9d07e5d commit 0863457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SendCrypto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export function SendCrypto({
useEffect(() => {
if (prepareContractWriteStatus === 'error') {
onError(
'There was an error preparing your payment.',
`There was an issue while preparing your payment to ${providerIdToProviderName[providerId]}`,
'There was an error preparing your transaction.',
`This may occur if you have less than ${cryptoAmount} ${cryptoType} in your wallet.`,
)
}
}, [prepareContractWriteStatus])
Expand Down

0 comments on commit 0863457

Please sign in to comment.