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> <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="" /> <img class="goa-pay-taler-qr__logo" id="qr-withdraw-demo-logo" alt="" />
</div> </div>
<div class="qr-label">Scan or open in wallet</div> <div class="qr-label">Scan in wallet</div>
</div> </div>
<a class="cta teal" id="open-withdraw-demo" href="#"> <a class="cta teal" id="open-withdraw-demo" href="#">
Open in wallet → Open in wallet →

View file

@ -350,7 +350,7 @@
uh.textContent = "HTTPS"; uh.textContent = "HTTPS";
// Live unpaid taler://pay (fresh order each open) // Live unpaid taler://pay (fresh order each open)
renderQr(document.getElementById("goa-pay-qr-pay"), pay, 220); 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) { .catch(function (err) {
status.textContent = status.textContent =

View file

@ -281,7 +281,7 @@
<div class="step-body"> <div class="step-body">
<div class="qr-box"> <div class="qr-box">
<div id="qr-exchange"></div> <div id="qr-exchange"></div>
<div class="qr-label">Scan or open in wallet</div> <div class="qr-label">Scan in wallet</div>
</div> </div>
<a class="cta teal" href="taler://withdraw-exchange/exchange.hacktivism.ch/">Open in wallet →</a> <a class="cta teal" href="taler://withdraw-exchange/exchange.hacktivism.ch/">Open in wallet →</a>
<p class="meta">taler://withdraw-exchange/exchange.hacktivism.ch/</p> <p class="meta">taler://withdraw-exchange/exchange.hacktivism.ch/</p>

View file

@ -350,7 +350,7 @@
uh.textContent = "HTTPS"; uh.textContent = "HTTPS";
// Live unpaid taler://pay (fresh order each open) // Live unpaid taler://pay (fresh order each open)
renderQr(document.getElementById("goa-pay-qr-pay"), pay, 220); 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) { .catch(function (err) {
status.textContent = status.textContent =