Skip to content

Commit

Permalink
fix(interest): copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 27, 2020
1 parent 951eedb commit affd1d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ type MessagesType = {
'scenes.initborrow.userblocked': 'Blockchain Borrow is not available in your country or region at the moment.'
'scenes.initborrow.youcanborrow': 'You can borrow up to'
'scenes.interest.earnbody.access': 'Upgrade to Gold Level and access benefits like earning up to {rate}% annually on your bitcoin.'
'scenes.interest.earninfo.verified.body': 'Earn up to {rate}% instantly when you deposit {coinTicker} to your Interest Account.'
'scenes.interest.earninfo.verified.body': 'Earn up to {rate}% annually when you deposit {coinTicker} to your Interest Account.'
'scenes.interest.earnheaderverified': 'Earn interest on your {displayName} today.'
'scenes.interest.earnupgrade.header': 'Upgrade to Gold Level so you can earn interest on your bitcoin.'
'scenes.interest.history.header': 'History'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class Tooltips extends React.PureComponent {
<Tooltip id='earninterest.calculation.tooltip'>
<FormattedMessage
id='earninterestform.tooltip.calculations'
defaultMessage='This rate reflects annual return based on daily compounding. It is subject to change.'
defaultMessage='The rate is subject to change.'
/>
</Tooltip>
<Tooltip id='modals.interest.depositmax.tooltip'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class IntroCard extends PureComponent<
>
<FormattedMessage
id='scenes.interest.earninfo.verified.body'
defaultMessage='Earn up to {rate}% instantly when you deposit {coinTicker} to your Interest Account.'
defaultMessage='Earn up to {rate}% annually when you deposit {coinTicker} to your Interest Account.'
values={{ coinTicker, rate: interestRate[coin] }}
/>
</Text>
Expand Down

0 comments on commit affd1d9

Please sign in to comment.