diff --git a/ng-app/src/locales/en.json b/ng-app/src/locales/en.json index cca5d1f..b980199 100644 --- a/ng-app/src/locales/en.json +++ b/ng-app/src/locales/en.json @@ -245,7 +245,7 @@ "wallet_login": { "select_wallet": "Select a wallet to login with", "from_import.title": "Your wallet has been transferred", - "from_import.description": "Your wallet has been received:", + "from_import.description": "Your wallet has been received from the other device!", "from_import.instruction": "To finish the import, please log in.", "with_another_wallet": "Log in with another wallet", "import_wallet": "Import your wallet", @@ -273,7 +273,7 @@ "login_btn": "Import with TextCode" }, "scan_qr": { - "scanning": "Scan the QR-Code" + "scanning": "Scanning the QR-Code" } }, "buttons": { diff --git a/ng-app/src/routes/ScanQR.svelte b/ng-app/src/routes/ScanQR.svelte index e083a36..eac5cbf 100644 --- a/ng-app/src/routes/ScanQR.svelte +++ b/ng-app/src/routes/ScanQR.svelte @@ -89,9 +89,9 @@

{$t("pages.scan_qr.scanning")}

- + -
+