commit 4feb79f3c92f7f1c5d3fd66b207d77b144f1c1d0 parent 7d69aca76f33098c9e7671d157265c63b7bdf99d Author: MS <ms@taler.net> Date: Sun, 30 Oct 2022 16:52:47 +0100 typo Diffstat:
| M | packages/demobank-ui/src/pages/home/index.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <p>{i18n`Waiting the bank to create the operaion...`}</p>; + return <p>{i18n`Waiting the bank to create the operation...`}</p>; /** * Wallet didn't communicate withdrawal details yet: