Skip to content

Commit

Permalink
feat(swap): fixed typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Dec 15, 2021
1 parent 1824720 commit 1eaf073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ type MessagesType = {
'swap.no_holdings.buy_with_bank.title': 'Buy with a Bank Deposit'
'swap.no_holdings.buy_with_bank.description': 'Send cash directly from your bank. Once received, we’ll use use that balance to buy the crypto of your choice.'
'swap.no_holdings.receive_another_wallet.title': 'Receive from Another Wallet'
'swap.no_holdings.receive_another_wallet.description_1': 'Are you holding crypto on a different wallet? Does a friend want to send you some Bitcoin?'
'swap.no_holdings.receive_another_wallet.description_1': 'Are you holding crypto in a different wallet? Does a friend want to send you some Bitcoin?'
'swap.no_holdings.receive_another_wallet.description_2': 'Copy & paste or share your unique wallet addresses QR codes.'
'tooltip.comingsoon': 'Coming soon.'
'tooltip.copied': 'Copied!'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const NoHoldings: React.FC<Props> = ({ buySellActions, handleClose, modalActions
<Text size='12px' lineHeight='150%' weight={500}>
<FormattedMessage
id='swap.no_holdings.receive_another_wallet.description_1'
defaultMessage='Are you holding crypto on a different wallet? Does a friend want to send you some Bitcoin?'
defaultMessage='Are you holding crypto in a different wallet? Does a friend want to send you some Bitcoin?'
/>
</Text>
<Text size='12px' lineHeight='150%' weight={500}>
Expand Down

0 comments on commit 1eaf073

Please sign in to comment.