Skip to content

Commit

Permalink
feat: fixed typos after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Jun 26, 2020
1 parent f0cd743 commit 30d32c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ type MessagesType = {
'scenes.transaction.headertext.explainer.btc1': 'Bitcoin (BTC) is the original crypto and the internet’s digital currency.'
'scenes.transaction.headertext.explainer.eth': 'Ethereum (ETH) is a currency and computing platform. Built for developers and apps.'
'scenes.transaction.headertext.explainer.usdd': 'The USD Digital coin (USD-D) is backed by the US Dollar, making it a Stablecoin.'
'scenes.transaction.headertext.explainer.usdt': 'The USD Theter coin (USDT) is backed by the US Dollar, making it a Stablecoin.'
'scenes.transaction.headertext.explainer.usdt': 'The USD Tether coin (USDT) is backed by the US Dollar, making it a Stablecoin.'
'scenes.transaction.headertext.explainer.xlm': 'The Stellar Lumen (XLM) connects banks, payments and you to the Stellar Payment network.'
'scenes.transactions.bitcoin.content.list.listitem.status.received': 'Received'
'scenes.transactions.bitcoin.content.list.listitem.status.sent': 'Sent'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const Navigation = (props: OwnProps & Props) => {
mapObjIndexed(
(coin: SupportedCoinType, i) =>
coin &&
coin.invited &&
coin.txListAppRoute && (
<LinkContainer
key={i}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const getHeaderExplainer = coinModel => {
<ExplainerText>
<FormattedMessage
id='scenes.transaction.headertext.explainer.usdt'
defaultMessage='The USD Theter coin (USDT) is backed by the US Dollar, making it a Stablecoin.'
defaultMessage='The USD Tether coin (USDT) is backed by the US Dollar, making it a Stablecoin.'
/>
<LearnMoreLink
href='https://support.blockchain.com/hc/en-us/sections/360004368351-USD-Digital-previously-USD-PAX-FAQ'
Expand Down

0 comments on commit 30d32c7

Please sign in to comment.