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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
static/i18n/en/app.json
-
yarn.lock
|
|
@ -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 |
|
|
|
|
|
@ -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" |
|
|
|