Update BTCPayServer/Views/Stores/SetupLightningNode.cshtml

Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
This commit is contained in:
d11n 2021-04-21 14:52:45 +02:00 committed by GitHub
parent aae5cce175
commit f6c7f61ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@
<div id="InternalSetup" class="text-left">
@if (Model.CanUseInternalNode)
{
<p class="my-4">That's it, no need to configure anything else.</p>
<p class="my-4">Using the BTCPay Server internal node for this store requires no further configuration. Click the save button below to start accepting Bitcoin through the Lightning Network.</p>
}
else
{