copy: unify Zeus channel text — Olympus node + on-chain sats limits
Demo images / Build & push demo images (push) Successful in 2m47s

All Zeus channel surfaces now read: "Open a channel with Zeus Olympus
node and start sending and receiving Lightning payments. Minimum
150,000 · maximum 1,500,000 on-chain sats required."

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-07-21 13:27:05 -04:00
co-authored by Claude Fable 5
parent 5951d31637
commit 5982fceb7c
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -125,7 +125,7 @@
{{ walletOnchainSats.toLocaleString() }} sats
</span>
</div>
<p class="text-xs text-white/45 mt-1">Zeus channels need 150,0001,500,000 sats.</p>
<p class="text-xs text-white/45 mt-1">Minimum 150,000 · maximum 1,500,000 on-chain sats required.</p>
</div>
<div class="flex flex-wrap gap-2">
<button
@@ -205,7 +205,7 @@
<!-- Fund-wallet receive modal (on-chain address + QR, Zeus limits noted) -->
<ReceiveBitcoinModal
:show="showFundModal"
note="Fund your Lightning channel: Zeus channels need a minimum of 150,000 and a maximum of 1,500,000 sats."
note="Fund your Lightning channel: minimum 150,000 · maximum 1,500,000 on-chain sats required."
auto-generate
@close="showFundModal = false"
/>