Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: minor copy improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 25, 2024
1 parent a945620 commit 40aa95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/channels/CurrentChannelOrder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,10 @@ function PayLightningChannelOrder({ order }: { order: NewChannelOrder }) {
return (
<div className="flex flex-col gap-5">
<AppHeader
title={"Buy an Instant Channel"}
title={"Buy Channel"}
description={
wrappedInvoiceResponse
? "Complete Payment to open an instant channel to your node"
? "Complete Payment to open a channel to your node"
: "Please wait, loading..."
}
/>
Expand Down

0 comments on commit 40aa95b

Please sign in to comment.