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

Commit

Permalink
chore: update copy on send and receive pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 28, 2024
1 parent 923c6e6 commit 861bdca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/screens/wallet/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function Receive() {
<div className="grid gap-5">
<AppHeader
title="Receive"
description="Request instant and specific amount bitcoin payments"
description="Create a lightning invoice that can be paid by any bitcoin lightning wallet"
/>
<div className="flex gap-12 w-full">
<div className="w-full max-w-lg">
Expand Down
5 changes: 4 additions & 1 deletion frontend/src/screens/wallet/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ export default function Send() {

return (
<div className="grid gap-5">
<AppHeader title="Send" description="Send sats from your node" />
<AppHeader
title="Send"
description="Pay a lightning invoice created by any bitcoin lightning wallet"
/>
<div className="flex gap-12 w-full">
<div className="w-full max-w-lg">
{paymentDone ? (
Expand Down

0 comments on commit 861bdca

Please sign in to comment.