diff --git a/frontend/src/screens/channels/CurrentChannelOrder.tsx b/frontend/src/screens/channels/CurrentChannelOrder.tsx index cbf7be77..2087e033 100644 --- a/frontend/src/screens/channels/CurrentChannelOrder.tsx +++ b/frontend/src/screens/channels/CurrentChannelOrder.tsx @@ -303,15 +303,18 @@ function PayBitcoinChannelOrderTopup({ order }: { order: NewChannelOrder }) {
You currently have{" "} - {new Intl.NumberFormat().format(balances.onchain.total)} sats. We - recommend to deposit another{" "} - {new Intl.NumberFormat().format(recommendedAmount)} sats to open a - channel.{" "} + + {new Intl.NumberFormat().format(balances.onchain.total)} + {" "} + sats. We recommend depositing{" "} + + {new Intl.NumberFormat().format(recommendedAmount)} + {" "} + sats to open this channel.
- ~{new Intl.NumberFormat().format(+missingAmount)} sats are missing - to cover the cost of opening the channel, including onchain fees and - potential onchain channel reserves. + This amount includes cost for the channel opening and potential + channel onchain reserves.