From e9f8a8ecc6b77f0b420b080eff3da461b4a1398c Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 23 Jul 2024 11:58:52 +0530 Subject: [PATCH] chore: change tooltip descriptions --- frontend/src/screens/channels/Channels.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index 5fa04433..002863ca 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -519,8 +519,10 @@ export default function Channels() { - - You can use on-chain balance to open new lightning channels + + Your savings balance (on-chain balance) can be used to open + new lightning channels. When channels are closed, funds from + your channel will be returned to your savings balance. @@ -574,7 +576,10 @@ export default function Channels() { - Your lightning wallet balance + + Your spending balance is the funds on your side of your + channels, which you can use to make lightning payments. + @@ -614,8 +619,10 @@ export default function Channels() { - - Shows how much bitcoin you can currently receive + + Your receiving capacity is the funds owned by your channel + partner, which will be moved to your side when you receive + lightning payments.