Skip to content

Commit

Permalink
fix: improve swap copy (#973)
Browse files Browse the repository at this point in the history
* fix: improve swap copy

* chore: fix casing in copy

* chore: fix casing in copy

---------

Co-authored-by: Roland <[email protected]>
  • Loading branch information
reneaaron and rolznz authored Jan 21, 2025
1 parent d6c196a commit 0ae90e8
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 @@ -193,8 +193,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 @@ -240,9 +240,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 0ae90e8

Please sign in to comment.