aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-29 16:02:15 -0300
committerSebastian <sebasjm@gmail.com>2023-09-29 16:02:15 -0300
commit1708d49a2d5da1f325173a030695223e5a24e75c (patch)
tree048995ac199c171e34fd7d99678c9699fe3321fc /packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
parentc10f3f3aded637111176487f95403294b1164633 (diff)
downloadwallet-core-1708d49a2d5da1f325173a030695223e5a24e75c.tar.xz
more ui
Diffstat (limited to 'packages/demobank-ui/src/pages/WithdrawalQRCode.tsx')
-rw-r--r--packages/demobank-ui/src/pages/WithdrawalQRCode.tsx12
1 files changed, 2 insertions, 10 deletions
diff --git a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
index 8f4e175f6..c8efc033b 100644
--- a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
+++ b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
@@ -94,20 +94,12 @@ export function WithdrawalQRCode({
</div>
<div class="mt-3 text-center sm:mt-5">
<h3 class="text-base font-semibold leading-6 text-gray-900" id="modal-title">
- <i18n.Translate>Withdrawal OK</i18n.Translate>
+ <i18n.Translate>Withdrawal confirmed</i18n.Translate>
</h3>
<div class="mt-2">
<p class="text-sm text-gray-500">
<i18n.Translate>
- The wire transfer to the Taler exchange bank's account is completed, now the
- exchange will send the requested amount into your GNU Taler wallet.
- </i18n.Translate>
- </p>
- </div>
- <div class="mt-2">
- <p >
- <i18n.Translate>
- You can close this page now or continue to the account page.
+ The wire transfer to the Taler operator has been initiated. You will soon receive the requested amount in your Taler wallet.
</i18n.Translate>
</p>
</div>