Skip to content

Commit

Permalink
Update IncreaseIncomingCapacity.tsx
Browse files Browse the repository at this point in the history
small patch
Need spending capacity -> Need spending balance
  • Loading branch information
itstomekk authored Sep 9, 2024
1 parent 43f12f2 commit 3eda16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/channels/IncreaseIncomingCapacity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function NewChannelInternal({
<div className="flex items-end">
<Link to="/channels/outgoing">
<Button className="w-full" variant="secondary">
Need spending capacity?
Need spending balance?
</Button>
</Link>
</div>
Expand Down

0 comments on commit 3eda16b

Please sign in to comment.