Skip to content

Commit

Permalink
fix(copy): add missing spacing to general settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 20, 2022
1 parent 770b4a7 commit 0d65118
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 @@ -44,11 +44,11 @@ class PairingCode extends React.PureComponent<Props> {
<FormattedMessage
id='scenes.settings.general.pairingcode.description'
defaultMessage="Scan the code (click on 'Show Pairing Code') with your Blockchain Wallet (iOS or Android) for a seamless connection to your wallet."
/>
/>{' '}
<FormattedMessage
id='scenes.settings.general.pairingcode.description2'
defaultMessage='Download our mobile applications below.'
/>
/>{' '}
<Text color='error' size='13px' weight={600}>
<FormattedMessage
id='scenes.settings.general.pairingcode.warning'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const WalletId = (props: Props) => {
<FormattedMessage
id='scenes.settings.general.walletid.description'
defaultMessage='Wallet ID is your unique identifier. It is completely individual to you, and it is what you will use to log in and access your wallet. It is NOT a bitcoin address for sending or receiving.'
/>
/>{' '}
<Text color='error' size='13px' weight={600}>
<FormattedMessage
id='scenes.settings.general.walletid.warning'
Expand Down

0 comments on commit 0d65118

Please sign in to comment.