landings: QR label “Scan in wallet”
Shorter than “Scan or open in wallet” — enough next to the open CTA.
This commit is contained in:
parent
5ee82195e6
commit
d81e452ffb
4 changed files with 4 additions and 4 deletions
|
|
@ -780,7 +780,7 @@
|
|||
<div class="goa-pay-taler-qr__inner" id="qr-withdraw-demo"></div>
|
||||
<img class="goa-pay-taler-qr__logo" id="qr-withdraw-demo-logo" alt="" />
|
||||
</div>
|
||||
<div class="qr-label">Scan or open in wallet</div>
|
||||
<div class="qr-label">Scan in wallet</div>
|
||||
</div>
|
||||
<a class="cta teal" id="open-withdraw-demo" href="#">
|
||||
Open in wallet →
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@
|
|||
uh.textContent = "HTTPS";
|
||||
// Live unpaid taler://pay (fresh order each open)
|
||||
renderQr(document.getElementById("goa-pay-qr-pay"), pay, 220);
|
||||
status.textContent = "Ready — scan QR or open in wallet";
|
||||
status.textContent = "Ready — scan in wallet";
|
||||
})
|
||||
.catch(function (err) {
|
||||
status.textContent =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue