mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Updated Payout processor Label for setting interval (#3698)
This commit is contained in:
parent
aa89d1dffe
commit
e5feda69c8
2 changed files with 4 additions and 4 deletions
|
@ -11,14 +11,14 @@
|
|||
<div class="d-flex align-items-center justify-content-between mb-3">
|
||||
<h3 class="mb-0">@ViewData["Title"]</h3>
|
||||
</div>
|
||||
<p>Payout Processors allow BTCPay Server to handle payouts awaiting payment in an automated way.</p>
|
||||
<p>Set a schedule for automated Lightning Network Payouts.</p>
|
||||
@if (!ViewContext.ModelState.IsValid)
|
||||
{
|
||||
<div asp-validation-summary="All" class="text-danger"></div>
|
||||
}
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
<label asp-for="IntervalMinutes" class="form-label"></label>
|
||||
<label asp-for="IntervalMinutes" class="form-label">Set interval in minutes.</label>
|
||||
<input asp-for="IntervalMinutes" class="form-control">
|
||||
</div>
|
||||
|
||||
|
|
|
@ -11,14 +11,14 @@
|
|||
<div class="d-flex align-items-center justify-content-between mb-3">
|
||||
<h3 class="mb-0">@ViewData["Title"]</h3>
|
||||
</div>
|
||||
<p>Payout Processors allow BTCPay Server to handle payouts awaiting payment in an automated way.</p>
|
||||
<p>Set a schedule for automated On-Chain Bitcoin Payouts. </p>
|
||||
@if (!ViewContext.ModelState.IsValid)
|
||||
{
|
||||
<div asp-validation-summary="All" class="text-danger"></div>
|
||||
}
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
<label asp-for="IntervalMinutes" class="form-label"></label>
|
||||
<label asp-for="IntervalMinutes" class="form-label">Set interval in minutes.</label>
|
||||
<input asp-for="IntervalMinutes" class="form-control">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue