diff options
author | Sebastian <sebasjm@gmail.com> | 2023-04-13 12:17:50 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-04-13 12:57:38 -0300 |
commit | 2baa42f22346be1a1baafb96ba8b5169da8db83c (patch) | |
tree | 5ca3ec27349eecef23c579f6f368991b3dbebb5f /packages/demobank-ui/src/pages/QrCodeSection.tsx | |
parent | b567ba4668a5ac034e7227f53b5290195303980c (diff) |
show warning if bank settings are wrong
Diffstat (limited to 'packages/demobank-ui/src/pages/QrCodeSection.tsx')
-rw-r--r-- | packages/demobank-ui/src/pages/QrCodeSection.tsx | 15 |
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 |