Skip to content

Commit

Permalink
fix: update copy to mention fee credits
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 28, 2025
1 parent a94f81f commit d590d56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/screens/channels/first/FirstChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,16 @@ export function FirstChannel() {
{canPayForFirstChannel ? (
<>
<p>
Your Alby hosted balance currently holds{" "}
You currently have{" "}
<span className="font-medium text-foreground sensitive slashed-zero">
{new Intl.NumberFormat().format(albyBalance?.sats)} sats
{new Intl.NumberFormat().format(albyBalance?.sats)} sats as
Alby fee credits
</span>
.
</p>
<p>
Those funds will be used to open your first lightning channel.
These fee credits will be applied to open your first Lightning
channel.
</p>
</>
) : (
Expand Down

0 comments on commit d590d56

Please sign in to comment.