From 13509e31ca7d32f2e4092dd11606d0be8727504b Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 26 Oct 2020 18:33:44 +0100 Subject: [PATCH] Don't warn, but hint --- BTCPayServer/Views/Stores/UpdateStore.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 81ae5993c..37f627cdf 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -25,7 +25,7 @@ @if (Model.HintWallet) { -
+

A store requires a wallet to receive on-chain payments. @@ -110,7 +110,7 @@ @if (Model.HintLightning) { -

+

A connection to a Lightning node is required if you want to receive Lightning payments.