typo
This commit is contained in:
parent
7d69aca76f
commit
4feb79f3c9
@ -1589,7 +1589,7 @@ function TalerWithdrawalQRCode(Props: any): VNode {
|
|||||||
|
|
||||||
// data didn't arrive yet and wallet didn't communicate:
|
// data didn't arrive yet and wallet didn't communicate:
|
||||||
if (typeof data === "undefined")
|
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:
|
* Wallet didn't communicate withdrawal details yet:
|
||||||
|
Loading…
Reference in New Issue
Block a user