diff --git a/ng-app/src/locales/en.json b/ng-app/src/locales/en.json index fb94260..3ce066a 100644 --- a/ng-app/src/locales/en.json +++ b/ng-app/src/locales/en.json @@ -244,7 +244,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", @@ -272,7 +272,7 @@ "import_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")}

- + -
+