diff --git a/BTCPayServer/Blazor/NotificationsDropDown.razor b/BTCPayServer/Blazor/NotificationsDropDown.razor index e9dd4d2b9..4102ec4fb 100644 --- a/BTCPayServer/Blazor/NotificationsDropDown.razor +++ b/BTCPayServer/Blazor/NotificationsDropDown.razor @@ -156,6 +156,7 @@ "inviteaccepted" => "notifications-account", "newuserrequiresapproval" => "notifications-account", "newversion" => "notifications-new-version", + "pluginupdate" => "notifications-new-version", _ => "note" }; }