diff --git a/js/src/i18n/_default/connection.js b/js/src/i18n/_default/connection.js index 10f330618..e51943178 100644 --- a/js/src/i18n/_default/connection.js +++ b/js/src/i18n/_default/connection.js @@ -18,7 +18,7 @@ export default { connectingAPI: `Connecting to the Parity Secure API.`, connectingNode: `Connecting to the Parity Node. If this informational message persists, please ensure that your Parity node is running and reachable on the network.`, invalidToken: `invalid signer token`, - noConnection: `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`, + noConnection: `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.`, token: { hint: `a generated token from Parity`, label: `secure token` diff --git a/js/src/views/Connection/connection.js b/js/src/views/Connection/connection.js index 710304a05..788385b89 100644 --- a/js/src/views/Connection/connection.js +++ b/js/src/views/Connection/connection.js @@ -88,7 +88,7 @@ class Connection extends Component {
parity signer new-token } }