diff --git a/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs b/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs index 42bee92bbc..7373002cb9 100644 --- a/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs +++ b/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs @@ -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,