From e5feda69c8151b882f54a7ccd709860e73723e73 Mon Sep 17 00:00:00 2001 From: B <102448109+Bangalisch@users.noreply.github.com> Date: Wed, 4 May 2022 10:34:31 +0200 Subject: [PATCH] Updated Payout processor Label for setting interval (#3698) --- .../UILightningAutomatedPayoutProcessors/Configure.cshtml | 4 ++-- .../Views/UIOnChainAutomatedPayoutProcessors/Configure.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {
}
- +