From 5109833b8f9b06f8e25fa2fa7c62f5d4e01619e1 Mon Sep 17 00:00:00 2001
From: callebtc <93376500+callebtc@users.noreply.github.com>
Date: Tue, 14 Mar 2023 11:52:43 +0100
Subject: [PATCH] table entry if no ln address is set
---
templates/lnurlp/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/lnurlp/index.html b/templates/lnurlp/index.html
index e569d7c..c40a0b1 100644
--- a/templates/lnurlp/index.html
+++ b/templates/lnurlp/index.html
@@ -31,7 +31,7 @@
Description
Amount
Currency
- LN Username
+ LN address
@@ -66,7 +66,7 @@
{{ props.row.min }} - {{ props.row.max }}
{{ props.row.currency || 'sat' }}
- {{ props.row.username }}
+ {{ props.row.username || 'None' }}
Webhook to {{ props.row.webhook_url}}