Skip to content

Commit

Permalink
feat(swap): updated copy
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Jul 21, 2021
1 parent 11c694c commit f813367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1672,8 +1672,8 @@ type MessagesType = {
'modals.swapgetstarted.getstarted': 'Get Started'
'modals.swapgetstarted.later': "I'll do this later"
'modals.swapgetstarted.trading_your_crypto': "Trading your crypto doesn't mean trading away control."
'modals.swap.unsuported.title': 'SWAP Crypto Coming Soon for your region'
'modals.swap.unsuported.subcontent': "Well this is awkward. We don't support swap crypto yet for your region."
'modals.swap.unsuported.title': 'SWAP crypto coming soon to your region.'
'modals.swap.unsuported.subcontent': "We dont support swapping crypto yet for your region. We’ll let you know as soon as we do."
'modals.transactions.report.download': 'Download Report'
'modals.transactions.report.enddate': 'end date'
'modals.transactions.report.generate': 'Generate Report'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,16 @@ const Unsupported: React.FC<Props> = (props) => {
<Title color='grey800' size='20px' weight={600}>
<FormattedMessage
id='modals.swap.unsuported.title'
defaultMessage='SWAP Crypto Coming Soon for your region'
defaultMessage='SWAP crypto coming soon to your region.'
/>
</Title>
<Subcontent color='grey600' weight={500}>
<>
<FormattedMessage
id='modals.swap.unsuported.subcontent'
defaultMessage="Well this is awkward. We don't support swap crypto yet for your region."
defaultMessage="We don't support swapping crypto yet for your region. We’ll let you know as soon as we do."
/>
</>{' '}
<FormattedMessage
id='modals.simplebuy.unsupported-subcontent-2'
defaultMessage="We'll send you an update when we do."
/>
</>
</Subcontent>
<Button
data-e2e='submitSwapAmount'
Expand Down

0 comments on commit f813367

Please sign in to comment.