aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-14 16:00:31 -0300
committerSebastian <sebasjm@gmail.com>2024-01-14 16:01:45 -0300
commitb1c1da74b43abc3355a70dfc533ad5af8a5f47c9 (patch)
tree030ea07141fe0012856e7c58b54229e88d82ecff /packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
parentc004962331934886167df1168611c02bbb643927 (diff)
downloadwallet-core-b1c1da74b43abc3355a70dfc533ad5af8a5f47c9.tar.xz
fix some wording
Diffstat (limited to 'packages/demobank-ui/src/pages/WithdrawalQRCode.tsx')
-rw-r--r--packages/demobank-ui/src/pages/WithdrawalQRCode.tsx9
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
index c81c4ab8a..c9384e945 100644
--- a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
+++ b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx
@@ -73,9 +73,8 @@ export function WithdrawalQRCode({
<h1 class="nav">{i18n.str`Operation aborted`}</h1>
<section>
<p>
-
<i18n.Translate>
- The wire transfer to the GNU Taler Exchange bank's account was aborted, your balance
+ The wire transfer to the Taler Exchange operator's account was aborted, your balance
was not affected.
</i18n.Translate>
</p>
@@ -147,7 +146,7 @@ export function WithdrawalQRCode({
if (!data.selected_reserve_pub) {
return <Attention type="danger"
title={i18n.str`The operation is incomplete or some step in the withdrawal failed`} >
- <i18n.Translate>The exchange is selected but no reserve public key found.</i18n.Translate>
+ <i18n.Translate>The wallet confirmation is partially confirmed. The Taler Exchange operator is selected but no withdrawal identification found.</i18n.Translate>
</Attention>
}
@@ -155,8 +154,8 @@ export function WithdrawalQRCode({
if (!account) {
return <Attention type="danger"
- title={i18n.str`The operation is incomplete or some step in the withdrawal failed`} >
- <i18n.Translate>The exchange is selected but the exchange payto URI is missing or invalid.</i18n.Translate>
+ title={i18n.str`The operation is incomplete or some step in the withdrawal failed`}>
+ <i18n.Translate>The Taler Exchange operator is selected but the Taler Exchange operator account is missing or invalid.</i18n.Translate>
</Attention>
}