Skip to content

Commit

Permalink
fix(Eth): Export private key copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 1, 2018
1 parent 925e9c7 commit 5baf9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const FirstStep = () => (
<FormattedMessage id='modals.show_priv.warning' defaultMessage='Warning' />
</Text>
<Text size='14px' style={spacing('mt-10')} weight={300}>
<FormattedMessage id='modals.show_priv.warning_message' defaultMessage='Granting others access to this Private Key gives them the ability to send bitcoin from this address. Exposing your Private Key to others is a security risk that may result in lost bitcoin. Do you wish to continue?' />
<FormattedMessage id='modals.show_priv.warning_message' defaultMessage='Granting others access to this private key gives them the ability to send bitcoin from this address. Exposing your private key to others is a security risk that may result in lost bitcoin. Do you wish to continue?' />
</Text>
</div>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const FirstStep = () => (
<FormattedMessage id='modals.show_eth_priv.warning' defaultMessage='Warning' />
</Text>
<Text size='14px' style={spacing('mt-10')} weight={300}>
<FormattedMessage id='modals.show_eth_priv.warning_message' defaultMessage='Granting others access to this Private Key gives them the ability to send ether from this address. Exposing your Private Key to others is a security risk that may result in lost ether. Do you wish to continue?' />
<FormattedMessage id='modals.show_eth_priv.warning_message' defaultMessage='Granting others access to this private key gives them the ability to send ether from this address. Exposing your private key to others is a security risk that may result in lost ether. Do you wish to continue?' />
</Text>
</div>
)
Expand Down

0 comments on commit 5baf9ba

Please sign in to comment.