Rephrasing token generation screen. (#4777)

This commit is contained in:
Tomasz Drwięga
2017-03-06 10:32:41 +01:00
committed by Jaco Greeff
parent a02063f348
commit 4d203d563c
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ class Connection extends Component {
<div>
<FormattedMessage
id='connection.noConnection'
defaultMessage='Unable to make a connection to the Parity Secure API. To update your secure token or to generate a new one, run {newToken} and supply the token below'
defaultMessage='Unable to make a connection to the Parity Secure API. To update your secure token or to generate a new one, run {newToken} and paste the generated token into the space below.'
values={ {
newToken: <span className={ styles.console }>parity signer new-token</span>
} }