Skip to content

Commit

Permalink
fix: improve swap copy
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jan 10, 2025
1 parent d1da0e4 commit 2effc48
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/screens/channels/Channels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ export default function Channels() {
onChange={(e) => setSwapOutAmount(e.target.value)}
/>
<p className="text-muted-foreground text-xs p-2">
The amount is set to 90% of the funds held in the channel
with the most outbound capacity.
The amount is set to 90% of the maximum spending capacity
available in one of your Lightning channels.
</p>
</div>
</div>
Expand Down Expand Up @@ -239,9 +239,8 @@ export default function Channels() {
onChange={(e) => setSwapInAmount(e.target.value)}
/>
<p className="text-muted-foreground text-xs p-2">
The amount is set to 90% of the funds held by the
counterparty in the channel with the most receiving
capacity.
The amount is set to 90% of the maximum receiving capacity
available in one of your Lightning channels.
</p>
</div>
</div>
Expand Down

0 comments on commit 2effc48

Please sign in to comment.