From 4860a943bb794cfc0cadf57d50bc8412392fdd94 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 14 Jul 2024 00:51:19 +0300 Subject: [PATCH] more fixes --- ng-app/src/locales/en.json | 4 ++-- ng-app/src/routes/ScanQR.svelte | 4 ++-- ng-app/src/routes/WalletLogin.svelte | 2 +- ng-app/src/styles.css | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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")}

- + -
+