From c83d00ccaa0d9af235ff3dc33c46822bd55c02ab Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Wed, 28 Jan 2026 19:50:16 +0100 Subject: [PATCH] Don't force lowercase text for active alerts (#1682) --- internal/site/src/components/active-alerts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/site/src/components/active-alerts.tsx b/internal/site/src/components/active-alerts.tsx index bf37d3c2..b060bf64 100644 --- a/internal/site/src/components/active-alerts.tsx +++ b/internal/site/src/components/active-alerts.tsx @@ -56,7 +56,7 @@ export const ActiveAlerts = () => { > - {systems[alert.system]?.name} {info.name().toLowerCase().replace("cpu", "CPU")} + {systems[alert.system]?.name} {info.name()} {alert.name === "Status" ? (