aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/QrCodeSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/pages/QrCodeSection.tsx')
-rw-r--r--packages/demobank-ui/src/pages/QrCodeSection.tsx15
1 files changed, 2 insertions, 13 deletions
diff --git a/packages/demobank-ui/src/pages/QrCodeSection.tsx b/packages/demobank-ui/src/pages/QrCodeSection.tsx
index 8613bfca7..919f2b1fe 100644
--- a/packages/demobank-ui/src/pages/QrCodeSection.tsx
+++ b/packages/demobank-ui/src/pages/QrCodeSection.tsx
@@ -48,20 +48,9 @@ export function QrCodeSection({
<p>
<i18n.Translate>
Click{" "}
- <a
- id="linkqr"
- href={talerWithdrawUri}
- >{i18n.str`this taler:// link`}</a>{" "}
- to open your Taler wallet
+ <a href={talerWithdrawUri}>{i18n.str`this taler:// link`}</a> to
+ open your Taler wallet
</i18n.Translate>{" "}
- <i18n.Translate>
- or try{" "}
- <a
- id="linkqr"
- href={"ext+" + talerWithdrawUri}
- >{i18n.str`this ext+taler:// link`}</a>{" "}
- if your browser does not support <b>taler://</b> scheme.
- </i18n.Translate>
</p>
<br />
<a