diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 7dbd4f6..4c1f0e0 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -632,12 +632,11 @@
- Exploration · GOA · shared account + Exploration · GOA

GOA Exploration Bank

- This bank now funds wallets from a single shared bank account - for everyone. Install the wallet, scan one QR — no personal - bank registration for the demo. + Install the wallet, then one QR withdraws GOA from a + shared bank account — no registration.

@@ -712,30 +711,28 @@
-

2 Withdraw from shared account

-

One QR · shared community bank account · no registration

+

2 Withdraw GOA

+

One QR · shared account · no registration

-
Shared account · scan or open in wallet
+
Scan or open in wallet
- Open shared withdraw → + Open in wallet → -

Preparing shared-account withdraw…

+

Preparing withdraw…

Surprising balance? - Shared pool currently holds - - — that is the communal demo account, not yours. You only receive the - small withdraw amount into your wallet. + Pool holds (shared, not yours). + You only get the small withdraw amount.

@@ -1007,7 +1004,7 @@ if (amtEl) { if (amount) { amtEl.hidden = false; - amtEl.textContent = "Amount: " + amount + " · from shared account"; + amtEl.textContent = "Amount: " + amount + " · shared pool"; } else { amtEl.hidden = true; }