Skip to content

Commit

Permalink
Change "was confirmed paid" to "is settled"
Browse files Browse the repository at this point in the history
As detailed here: btcpayserver#3572
  • Loading branch information
phershbe authored and Kukks committed Mar 27, 2022
1 parent 0bff5e2 commit d074d60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public Handler(LinkGenerator linkGenerator, BTCPayServerOptions options)
{InvoiceEvent.ExpiredPaidPartial, "expired with partial payments"},
{InvoiceEvent.FailedToConfirm, "has payments that failed to confirm on time"},
// {InvoiceEvent.ReceivedPayment, "received a payment"},
{InvoiceEvent.Confirmed, "was confirmed paid"}
{InvoiceEvent.Confirmed, "is settled"}
};

protected override void FillViewModel(InvoiceEventNotification notification,
Expand Down

0 comments on commit d074d60

Please sign in to comment.