diff --git a/BTCPayServer/Components/Notifications/List.cshtml b/BTCPayServer/Components/Notifications/List.cshtml index 2e1bcca55..c1e7f6ec6 100644 --- a/BTCPayServer/Components/Notifications/List.cshtml +++ b/BTCPayServer/Components/Notifications/List.cshtml @@ -9,7 +9,7 @@ "invoice_expiredpaidpartial" => "notifications-invoice-failure", "invoice_failedtoconfirm" => "notifications-invoice-failure", "invoice_confirmed" => "notifications-invoice-settled", - "invoice_paidafterexpiration" => "notifications-settled", + "invoice_paidafterexpiration" => "notifications-invoice-settled", "external-payout-transaction" => "notifications-payout", "payout_awaitingapproval" => "notifications-payout", "payout_awaitingpayment" => "notifications-payout-approved",