mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Don't warn, but hint
This commit is contained in:
parent
b9af805ac1
commit
13509e31ca
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
</h4>
|
||||
@if (Model.HintWallet)
|
||||
{
|
||||
<div class="alert alert-warning d-flex align-items-start mb-3">
|
||||
<div class="alert alert-light d-flex align-items-start mb-3">
|
||||
<span class="fa fa-warning mt-1"></span>
|
||||
<p class="mb-0 mx-3 flex-fill">
|
||||
A store requires a wallet to receive on-chain payments.
|
||||
|
@ -110,7 +110,7 @@
|
|||
</h4>
|
||||
@if (Model.HintLightning)
|
||||
{
|
||||
<div class="alert alert-warning d-flex align-items-start mb-3">
|
||||
<div class="alert alert-light d-flex align-items-start mb-3">
|
||||
<span class="fa fa-warning mt-1"></span>
|
||||
<p class="mb-0 mx-3 flex-fill">
|
||||
A connection to a Lightning node is required if you want to receive Lightning payments.
|
||||
|
|
Loading…
Add table
Reference in a new issue