Skip to content

Commit

Permalink
fix(copy): update pairs copy
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 27, 2020
1 parent bd37b84 commit 3465fa8
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 @@ -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.pairs': '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 @@ -78,8 +78,8 @@ class ExchangePromo extends PureComponent<Props> {
{isGoldVerified ? (
<Text color='blue800' size='14px' weight={500}>
<FormattedMessage
id='exchangepromo.accesspairs'
defaultMessage='Access 26 trading pairs on the Exchange.'
id='exchangepromo.pairs'
defaultMessage='Access 20+ trading pairs on the Exchange.'
/>
</Text>
) : (
Expand Down

0 comments on commit 3465fa8

Please sign in to comment.