Change "was confirmed paid" to "is settled"

As detailed here: https://github.com/btcpayserver/btcpayserver/issues/3572
This commit is contained in:
Philip 2022-03-26 11:58:10 -04:00 committed by Andrew Camilleri
parent 0bff5e2236
commit d074d60dad

View file

@ -41,7 +41,7 @@ namespace BTCPayServer.Services.Notifications.Blobs
{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,