Skip to content

Commit

Permalink
fix(Copy): exchange and imported address copy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 4, 2018
1 parent a71bb18 commit f23df20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"selectpartner.selectcountry": "Select your country:",
"selectpartner.getstarted": "get started",
"scenes.exchange.simple": "Need help?",
"scenes.exchange.summary": "You can now exchange your bitcoin for ether and vice versa directly from your Blockchain wallet.",
"scenes.exchange.summary": "You can exchange between bitcoin, ether, and bitcoin cash directly from your Blockchain wallet.",
"scenes.exchange.summary2": "In a few simple steps, your exchange will be in progress.",
"scenes.exchange.summary3": "Note: exchanges usually take between twenty minutes and two hours.",
"scenes.exchange.firststep.maximumamountlink.maximum": "maximum",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ const Label = styled.label`
class ImportExternalBitcoinAddress extends React.PureComponent {
render () {
return (
<div style={spacing('mt-15')}>
<Text style={spacing('mb-15')} size='small' weight={300}>
<FormattedMessage id='modals.importbtcaddress.import.info' defaultMessage='Your wallet automatically creates new bitcoin addresses as it needs them. You can optionally import an existing address generated outside of this wallet and transfer the funds to your wallet if you have the corresponding Private Key.' />
</Text>
<div>
<div style={spacing('mb-15')}>
<Banner type='alert'>
<FormattedMessage id='modals.importbtcaddress.import_external_bitcoin_address.message' defaultMessage='This is advanced functionality and only suggested for advanced users.' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class ImportInternalBitcoinAddress extends React.PureComponent {
<Banner type='warning'>
<FormattedMessage id='modals.importbtcaddress.import_internal_bitcoin_address.warning' defaultMessage='Addresses generated by this wallet should not be imported.' />
</Banner>
<Info>
<FormattedMessage id='modals.importbtcaddress.import.info' defaultMessage='Your wallet automatically creates new bitcoin addresses as it needs them. You can optionally import an existing address generated outside of this wallet and transfer the funds to your wallet if you have the corresponding Private Key.' />
</Info>
</Wrapper>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default () => (
</Text>
<TextGroup inline>
<Text size='13px' weight={300}>
<FormattedMessage id='scenes.exchange.summary' defaultMessage='You can now exchange your bitcoin for ether and vice versa directly from your Blockchain wallet.' />
<FormattedMessage id='scenes.exchange.summary' defaultMessage='You can exchange between bitcoin, ether, and bitcoin cash directly from your Blockchain wallet.' />
</Text>
<Text size='13px' weight={300}>
<FormattedMessage id='scenes.exchange.summary2' defaultMessage='In a few simple steps, your exchange will be in progress.' />
Expand Down

0 comments on commit f23df20

Please sign in to comment.