diff --git a/BTCPayServer/Views/UILightningAutomatedPayoutProcessors/Configure.cshtml b/BTCPayServer/Views/UILightningAutomatedPayoutProcessors/Configure.cshtml index fbe4b0972..415aeac25 100644 --- a/BTCPayServer/Views/UILightningAutomatedPayoutProcessors/Configure.cshtml +++ b/BTCPayServer/Views/UILightningAutomatedPayoutProcessors/Configure.cshtml @@ -11,14 +11,14 @@

@ViewData["Title"]

-

Payout Processors allow BTCPay Server to handle payouts awaiting payment in an automated way.

+

Set a schedule for automated Lightning Network Payouts.

@if (!ViewContext.ModelState.IsValid) {
}
- +
diff --git a/BTCPayServer/Views/UIOnChainAutomatedPayoutProcessors/Configure.cshtml b/BTCPayServer/Views/UIOnChainAutomatedPayoutProcessors/Configure.cshtml index 1631b5adc..1a425fb96 100644 --- a/BTCPayServer/Views/UIOnChainAutomatedPayoutProcessors/Configure.cshtml +++ b/BTCPayServer/Views/UIOnChainAutomatedPayoutProcessors/Configure.cshtml @@ -11,14 +11,14 @@

@ViewData["Title"]

-

Payout Processors allow BTCPay Server to handle payouts awaiting payment in an automated way.

+

Set a schedule for automated On-Chain Bitcoin Payouts.

@if (!ViewContext.ModelState.IsValid) {
}
- +