diff --git a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml index ab59924ab..4402ddc05 100644 --- a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml +++ b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml @@ -1,6 +1,6 @@ @{ Layout = "../Shared/_NavLayout.cshtml"; - ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to allow anyone to create invoices in your store"); + ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to allow outside world to create invoices in your store (via API)."); ViewBag.MainTitle = "Pay Button"; } @@ -12,10 +12,10 @@

To start using Pay Buttons you need to explicitly turn on this feature. - Once you do so, any source will be able to create an invoice on your instance store. + Once you do so, any 3rd party entity will be able to create an invoice on your instance store (via API for example).

@Html.Hidden("EnableStore", true) - +