Skip to content

Commit

Permalink
chore: change send alert title
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jul 17, 2024
1 parent 17e3e5d commit e777bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/wallet/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function Send() {
) && (
<Alert>
<AlertTriangle className="h-4 w-4" />
<AlertTitle>Channel reserves unmet</AlertTitle>
<AlertTitle>Low spending balance</AlertTitle>
<AlertDescription>
You won't be able to make payments until you{" "}
<Link className="underline" to="/channels/outgoing">
Expand Down

0 comments on commit e777bb3

Please sign in to comment.