Skip to content

Commit

Permalink
copy: give possible explanation for funds request
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang- committed Aug 20, 2020
1 parent 4415ae3 commit e48baa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NeedFundsNotice.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export default function NeedFundsNotice({
<Highlighted warning>
Your ownership address <CopiableAddress>{address}</CopiableAddress>{' '}
needs at least {safeFromWei(minBalance)} ETH and currently has{' '}
{safeFromWei(balance)} ETH. The transaction will automatically resume
{safeFromWei(balance)} ETH. Transaction costs may be high due to{' '}
Ethereum network activity. You can come back later to try again, or{' '}
transfer the required ETH now. The transaction will automatically resume{' '}
once enough ETH is available. Waiting... <Blinky />
</Highlighted>
</WarningBox>
Expand Down

0 comments on commit e48baa6

Please sign in to comment.