Browse Source

Merge pull request #1750 from valpinkman/bump/live-common-new-errors

Bump live-common and text for new error case
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
6cf11b320e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      static/i18n/en/app.json
  2. 1
      yarn.lock

4
static/i18n/en/app.json

@ -874,6 +874,10 @@
"title": "App update required",
"description": "Uninstall and reinstall the {{managerAppName}} app in the Manager"
},
"DeviceOnDashboardExpected": {
"title": "Return to Dashboard",
"description": "Please navigate back to Dashboard on your device"
},
"WebsocketConnectionError": {
"title": "Sorry, try again (websocket error)",
"description": null

1
yarn.lock

@ -1734,6 +1734,7 @@
version "4.12.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-4.12.0.tgz#7956564236f30460916bf61667fac4ea7ab5d814"
integrity sha512-7EH/hvZiaYzOjNd/dMZif1ydFABRxR/zc5U13XhRMutL5ru4cbyDOKW6zC97FZNNaC35RJwhT7MFkhu2hwMvLA==
dependencies:
"@aeternity/ledger-app-api" "0.0.4"
"@ledgerhq/errors" "^4.32.0"

Loading…
Cancel
Save