Skip to content

Commit

Permalink
fix(Homepage): homepage banner copy
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 10, 2019
1 parent 0f99e34 commit 9597537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ export const SwapBanner = ({
<Column>
<LargeText>
<FormattedMessage
defaultMessage="It's Your Crypto"
id='scenes.home.swapbanner.its_your_crypto'
defaultMessage='Swap Your Crypto'
id='scenes.home.swapbanner.swap_your_crypto'
/>
</LargeText>
<MediumText>
<FormattedMessage
defaultMessage='Swap Your Crypto'
id='scenes.home.swapbanner.swap_your_crypto'
defaultMessage="Trading your crypto doesn't mean trading away control."
id='scenes.home.swapbanner.trading_your_crypto'
/>
</MediumText>
</Column>
Expand Down
Empty file.

0 comments on commit 9597537

Please sign in to comment.