also offer temporary ext+taler
This commit is contained in:
parent
a221ec6b79
commit
6fd7756329
@ -46,8 +46,19 @@ export function QrCodeSection({
|
||||
<p>
|
||||
<i18n.Translate>
|
||||
Click{" "}
|
||||
<a id="linkqr" href={talerWithdrawUri}>{i18n.str`this link`}</a>{" "}
|
||||
to open your Taler wallet!
|
||||
<a
|
||||
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>
|
||||
</p>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user