Skip to content

Commit

Permalink
fix(erc20-send): specify not enough eth in my ether wallet to avoid c…
Browse files Browse the repository at this point in the history
…onfusion with trading wallet
  • Loading branch information
TheLeoB committed Feb 1, 2021
1 parent 00647a4 commit 8ac3301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ type MessagesType = {
'modals.sendeth.insufficientfundsmessage': 'Insufficient funds'
'modals.sendeth.lowbalancewarning.title': 'Running low!'
'modals.sendeth.lowethwarningforerc20.explain1': "You'll need ETH to send your ERC20 Tokens."
'modals.sendeth.lowethwarningforerc20.title1': 'Not Enough ETH'
'modals.sendeth.lowethwarningforerc20.title': 'Not Enough ETH in My Ether Wallet'
'modals.sendeth.maximumamountlink.maximum': 'maximum'
'modals.sendeth.maximumamountmessage': 'Not enough funds. Use'
'modals.sendeth.maximumfeelink.userecupperlimit': 'Use our recommended upper limit.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const LowEthWarningForErc20 = props => {
<WarningLeftColumn>
<WarningHeader size='14px' weight={500} color='orange600'>
<FormattedMessage
id='modals.sendeth.lowethwarningforerc20.title1'
defaultMessage='Not Enough ETH'
id='modals.sendeth.lowethwarningforerc20.title'
defaultMessage='Not Enough ETH in My Ether Wallet'
/>
</WarningHeader>
<Text size='13px' weight={400}>
Expand Down

0 comments on commit 8ac3301

Please sign in to comment.