aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/QrCodeSection.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-14 17:20:18 -0300
committerSebastian <sebasjm@gmail.com>2024-01-14 17:20:18 -0300
commit25c30161f7022b290c73035ffa1e726b9294b05c (patch)
treee84d2dd1cf0dc993d826aeb12a5c133a090b3b3e /packages/demobank-ui/src/pages/QrCodeSection.tsx
parent30e1ec723ab85f86ca3967dd4d74ed0bc669d731 (diff)
downloadwallet-core-25c30161f7022b290c73035ffa1e726b9294b05c.tar.xz
fix nested translations
Diffstat (limited to 'packages/demobank-ui/src/pages/QrCodeSection.tsx')
-rw-r--r--packages/demobank-ui/src/pages/QrCodeSection.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/QrCodeSection.tsx b/packages/demobank-ui/src/pages/QrCodeSection.tsx
index 606337cb1..36c8d2d37 100644
--- a/packages/demobank-ui/src/pages/QrCodeSection.tsx
+++ b/packages/demobank-ui/src/pages/QrCodeSection.tsx
@@ -104,8 +104,7 @@ export function QrCodeSection({
<div class="mt-4 mb-4 text-sm text-gray-500">
<p><i18n.Translate>
You will see the details of the operation in your wallet including the fees (if applies).
- If you still don't have one you can install it following instructions in this <a class="font-semibold text-gray-500 hover:text-gray-400" href="https://taler.net/en/wallet.html"><i18n.Translate>page</i18n.Translate></a>.
- </i18n.Translate></p>
+ If you still don't have one you can install it following instructions in</i18n.Translate> <a class="font-semibold text-gray-500 hover:text-gray-400" href="https://taler.net/en/wallet.html"><i18n.Translate>this page</i18n.Translate></a>.</p>
</div>
<div class="flex items-center justify-between gap-x-6 border-t border-gray-900/10 pt-2 mt-2 ">
<button type="button"