From f5be315bb5bd47e5cb58fb0495b9366221e98b63 Mon Sep 17 00:00:00 2001 From: Tobiasz Cudnik Date: Mon, 15 Apr 2019 17:47:58 +0200 Subject: [PATCH] precommit version bump fixed the ledger issue link --- desktop/package.json | 2 +- package.json | 2 +- src/components/ConfirmTxStatusFooter.tsx | 10 ++++------ src/containers/onboarding/AddAccountPage.tsx | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 89219ad..d7d284a 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "rise-wallet-desktop", "description": "Rise Wallet", - "version": "1.1.2", + "version": "1.1.3", "author": "rise.vision", "engines": { "yarn": "^1.10.1" diff --git a/package.json b/package.json index dda3b40..75abbb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rise-wallet", - "version": "1.1.2", + "version": "1.1.3", "engines": { "yarn": "^1.10.1" }, diff --git a/src/components/ConfirmTxStatusFooter.tsx b/src/components/ConfirmTxStatusFooter.tsx index af6814e..53d7d01 100644 --- a/src/components/ConfirmTxStatusFooter.tsx +++ b/src/components/ConfirmTxStatusFooter.tsx @@ -158,8 +158,7 @@ class ConfirmTxStatusFooter extends React.Component { id="confirm-tx-status-footer.error-msg" description="Message for when a transaction failed to broadcast." defaultMessage={ - 'Failed to broadcast the transaction to the network: {error}' - } + 'Failed to broadcast the transaction to the network: {error}'} values={{ error: reason || 'N/A' }} @@ -175,7 +174,7 @@ class ConfirmTxStatusFooter extends React.Component { id="confirm-tx-status-footer.ledger-another-device-msg" description="Message for when the user has connected the wrong Ledger." defaultMessage={ - "The connected Ledger doesn't manage this account. Either you used " + + 'The connected Ledger doesn\'t manage this account. Either you used ' + 'an additional passphrase (in your Ledger) when adding this account ' + 'or you have plugged in a device with a different mnemonic.' } @@ -209,14 +208,13 @@ class ConfirmTxStatusFooter extends React.Component { id="confirm-tx-status-footer.ledger-confirming-msg-twice" description="Double confirmation issue notification." defaultMessage={ - 'You may have to confirm twice. Its a {link}.' - } + 'You may have to confirm twice. Its a {link}.'} values={{ seconds: timeout || 0, link: ( {intl.formatMessage(messages.ledgerDoubleConfirmLink)} diff --git a/src/containers/onboarding/AddAccountPage.tsx b/src/containers/onboarding/AddAccountPage.tsx index 3e83db1..30653eb 100644 --- a/src/containers/onboarding/AddAccountPage.tsx +++ b/src/containers/onboarding/AddAccountPage.tsx @@ -65,7 +65,7 @@ class AddAccountPage extends React.Component { handleBeforeNavigate = () => { const { onboardingStore } = this.injected; onboardingStore.reset(); - }; + } componentWillMount() { // establish communication with a ledger