From 4feb79f3c92f7f1c5d3fd66b207d77b144f1c1d0 Mon Sep 17 00:00:00 2001 From: MS Date: Sun, 30 Oct 2022 16:52:47 +0100 Subject: typo --- packages/demobank-ui/src/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/demobank-ui/src/pages/home/index.tsx b/packages/demobank-ui/src/pages/home/index.tsx index c68b6f8c5..82623ed37 100644 --- a/packages/demobank-ui/src/pages/home/index.tsx +++ b/packages/demobank-ui/src/pages/home/index.tsx @@ -1589,7 +1589,7 @@ function TalerWithdrawalQRCode(Props: any): VNode { // data didn't arrive yet and wallet didn't communicate: if (typeof data === "undefined") - return

{i18n`Waiting the bank to create the operaion...`}

; + return

{i18n`Waiting the bank to create the operation...`}

; /** * Wallet didn't communicate withdrawal details yet: -- cgit v1.2.3