summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/WalletWithdrawForm.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/WalletWithdrawForm.tsx
parentc004962331934886167df1168611c02bbb643927 (diff)
downloadwallet-core-b1c1da74b43abc3355a70dfc533ad5af8a5f47c9.tar.gz
wallet-core-b1c1da74b43abc3355a70dfc533ad5af8a5f47c9.tar.bz2
wallet-core-b1c1da74b43abc3355a70dfc533ad5af8a5f47c9.zip
fix some wording
Diffstat (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx')
-rw-r--r--packages/demobank-ui/src/pages/WalletWithdrawForm.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
index c04e85e0c..70b83fa82 100644
--- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
+++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
@@ -66,7 +66,7 @@ function OldWithdrawalForm({ goToConfirmOperation, limit, onCancel, focus }: {
return <Attention type="warning" title={i18n.str`There is an operation already`}>
<span ref={focus ? doAutoFocus : undefined} />
<i18n.Translate>
- To complete or cancel the operation click <a class="font-semibold text-yellow-700 hover:text-yellow-600" href={`#/operation/${bankState.currentWithdrawalOperationId}`}>here</a>
+ To complete or cancel the operation in this <a class="font-semibold text-yellow-700 hover:text-yellow-600" href={`#/operation/${bankState.currentWithdrawalOperationId}`}><i18n.Translate>page</i18n.Translate></a>
</i18n.Translate>
</Attention>
}
@@ -261,7 +261,7 @@ export function WalletWithdrawForm({
updateSettings("showInstallWallet", false);
}}>
<i18n.Translate>
- If you don't have one yet you can follow the instruction <a target="_blank" rel="noreferrer noopener" class="font-semibold text-blue-700 hover:text-blue-600" href="https://taler.net/en/wallet.html">here</a>
+ If you don't have one yet you can follow the instruction in this <a target="_blank" rel="noreferrer noopener" class="font-semibold text-blue-700 hover:text-blue-600" href="https://taler.net/en/wallet.html"><i18n.Translate>page</i18n.Translate></a>
</i18n.Translate>
</Attention>
}