From 5982fceb7c120b104c1c461e7f5ebd3061463839 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 21 Jul 2026 13:27:05 -0400 Subject: [PATCH] =?UTF-8?q?copy:=20unify=20Zeus=20channel=20text=20?= =?UTF-8?q?=E2=80=94=20Olympus=20node=20+=20on-chain=20sats=20limits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- neode-ui/src/components/LightningChannelsPanel.vue | 5 ++--- neode-ui/src/data/goals.ts | 8 ++++---- neode-ui/src/views/GoalDetail.vue | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/neode-ui/src/components/LightningChannelsPanel.vue b/neode-ui/src/components/LightningChannelsPanel.vue index 92f0435a..266b71e4 100644 --- a/neode-ui/src/components/LightningChannelsPanel.vue +++ b/neode-ui/src/components/LightningChannelsPanel.vue @@ -27,9 +27,8 @@

Open a channel with Zeus

- Pair your node with the Zeus mobile wallet — open a channel to their Olympus node and - start sending and receiving Lightning payments from your phone. - Minimum 150,000 · maximum 1,500,000 sats. + 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.

diff --git a/neode-ui/src/data/goals.ts b/neode-ui/src/data/goals.ts index 7235b2ff..b81ab119 100644 --- a/neode-ui/src/data/goals.ts +++ b/neode-ui/src/data/goals.ts @@ -15,7 +15,7 @@ const FUND_WALLET_STEP: GoalStep = { id: 'fund-wallet', title: 'Fund Your Bitcoin Wallet', description: - "Send bitcoin to your node's on-chain wallet so it can open a Lightning channel. Zeus channels need between 150,000 and 1,500,000 sats. Funding unlocks once your node finishes syncing the blockchain.", + "Send bitcoin to your node's on-chain wallet so it can open a Lightning channel. Zeus channels: minimum 150,000 · maximum 1,500,000 on-chain sats required. Funding unlocks once your node finishes syncing the blockchain.", action: 'fund', isAutomatic: false, icon: '/assets/img/app-icons/bitcoin-knots.webp', @@ -51,7 +51,7 @@ export const GOALS: GoalDefinition[] = [ id: 'open-zeus-channel', title: 'Open a Channel with Zeus', description: - 'Open a Lightning channel to Zeus, the mobile wallet that pairs perfectly with your node. Fund it with 150,000–1,500,000 sats and your shop can accept instant Lightning payments.', + '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.', action: 'configure', isAutomatic: false, icon: ZEUS_ICON, @@ -106,7 +106,7 @@ export const GOALS: GoalDefinition[] = [ id: 'open-channel', title: 'Open a Channel with Zeus', description: - 'Open your first payment channel to Zeus, the mobile wallet built for nodes like yours (150,000–1,500,000 sats). You can then send and receive Lightning payments from your phone.', + '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.', action: 'configure', isAutomatic: false, icon: ZEUS_ICON, @@ -208,7 +208,7 @@ export const GOALS: GoalDefinition[] = [ id: 'open-channels', title: 'Open Payment Channels', description: - 'Open channels with well-connected nodes to start routing payments. A great first channel is Zeus (150,000–1,500,000 sats) — it also puts your node in your pocket. More channels means more routing opportunities.', + 'Open channels with well-connected nodes to start routing payments. A great first channel is Zeus Olympus (minimum 150,000 · maximum 1,500,000 on-chain sats) — it also puts your node in your pocket. More channels means more routing opportunities.', action: 'configure', isAutomatic: false, icon: ZEUS_ICON, diff --git a/neode-ui/src/views/GoalDetail.vue b/neode-ui/src/views/GoalDetail.vue index 17de96a7..11289c33 100644 --- a/neode-ui/src/views/GoalDetail.vue +++ b/neode-ui/src/views/GoalDetail.vue @@ -125,7 +125,7 @@ {{ walletOnchainSats.toLocaleString() }} sats
-

Zeus channels need 150,000–1,500,000 sats.

+

Minimum 150,000 · maximum 1,500,000 on-chain sats required.