also offer temporary ext+taler

This commit is contained in:
Sebastian 2022-12-22 18:39:18 -03:00
parent a221ec6b79
commit 6fd7756329
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -46,8 +46,19 @@ export function QrCodeSection({
<p> <p>
<i18n.Translate> <i18n.Translate>
Click{" "} Click{" "}
<a id="linkqr" href={talerWithdrawUri}>{i18n.str`this link`}</a>{" "} <a
to open your Taler wallet! id="linkqr"
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> </i18n.Translate>
</p> </p>
<br /> <br />