Skip to content

Commit

Permalink
fix(send): 26 pairs to 20+ pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 27, 2020
1 parent 3911f95 commit 39145a0
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 @@ -296,7 +296,7 @@ type MessagesType = {
'copy.view': 'View'
'dentityverification.verify.resubmit.reason.missing': 'The required photos are missing'
'exchange-side-nav-tooltip-connected': 'connected'
'exchangepromo.accesspairs': 'Access 26 trading pairs on the Exchange.'
'exchangepromo.accesspairs': 'Access 20+ trading pairs on the Exchange.'
'exchangepromo.trade': 'Trade'
'exchangepromo.upgradeaccount': 'Upgrade your account to buy, sell, and trade.'
'faq.tooltip.description': 'Frequently Asked Questions'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ExchangePromo extends PureComponent<Props> {
<Text color='blue800' size='14px' weight={500}>
<FormattedMessage
id='exchangepromo.accesspairs'
defaultMessage='Access 26 trading pairs on the Exchange.'
defaultMessage='Access 20+ trading pairs on the Exchange.'
/>
</Text>
) : (
Expand Down

0 comments on commit 39145a0

Please sign in to comment.