From 54881d777e01a3bb1474b953e058e191eba1b5f8 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Wed, 11 Nov 2020 22:43:01 -0300 Subject: [PATCH] lnurl-auth: show wallet name on modal. --- lnbits/core/templates/core/wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 88f28b6..8ca21c1 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -350,7 +350,7 @@ {% raw %}

- Authenticate with {{ parse.lnurlauth.domain }}? + Authenticate with {{ parse.lnurlauth.domain }} from wallet {{ g.wallet.name }}?