diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 37c2ea36..9b7e69c9 100644 --- a/static/i18n/en/app.json +++ b/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 diff --git a/yarn.lock b/yarn.lock index bf24e66e..2f9f76b0 100644 --- a/yarn.lock +++ b/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"