summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/home/QrCodeSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/pages/home/QrCodeSection.tsx')
-rw-r--r--packages/demobank-ui/src/pages/home/QrCodeSection.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/demobank-ui/src/pages/home/QrCodeSection.tsx b/packages/demobank-ui/src/pages/home/QrCodeSection.tsx
index 7c262fdc6..4199ead86 100644
--- a/packages/demobank-ui/src/pages/home/QrCodeSection.tsx
+++ b/packages/demobank-ui/src/pages/home/QrCodeSection.tsx
@@ -44,9 +44,11 @@ export function QrCodeSection({
<p>{i18n.str`Use this QR code to withdraw to your mobile wallet:`}</p>
{QR({ text: talerWithdrawUri })}
<p>
- Click{" "}
- <a id="linkqr" href={talerWithdrawUri}>{i18n.str`this link`}</a> to
- open your Taler wallet!
+ <i18n.Translate>
+ Click{" "}
+ <a id="linkqr" href={talerWithdrawUri}>{i18n.str`this link`}</a>{" "}
+ to open your Taler wallet!
+ </i18n.Translate>
</p>
<br />
{abortButton}