From 7d07f752eb4e6606c83cba6d2bf84369b6fab32f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 9 Dec 2022 11:03:30 -0300 Subject: new string added to i18n --- packages/demobank-ui/src/pages/home/QrCodeSection.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages/demobank-ui/src/pages/home/QrCodeSection.tsx') 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({

{i18n.str`Use this QR code to withdraw to your mobile wallet:`}

{QR({ text: talerWithdrawUri })}

- Click{" "} - {i18n.str`this link`} to - open your Taler wallet! + + Click{" "} + {i18n.str`this link`}{" "} + to open your Taler wallet! +


{abortButton} -- cgit v1.2.3