landings: QR label “Scan in wallet”

Shorter than “Scan or open in wallet” — enough next to the open CTA.
This commit is contained in:
Hernâni Marques 2026-07-10 20:47:25 +02:00
parent 5ee82195e6
commit d81e452ffb
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -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 →

View file

@ -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 =