Don't force lowercase text for active alerts (#1682)

This commit is contained in:
Sven van Ginkel
2026-01-28 19:50:16 +01:00
committed by GitHub
parent 425c8d2bdf
commit c83d00ccaa

View File

@@ -56,7 +56,7 @@ export const ActiveAlerts = () => {
> >
<info.icon className="h-4 w-4" /> <info.icon className="h-4 w-4" />
<AlertTitle> <AlertTitle>
{systems[alert.system]?.name} {info.name().toLowerCase().replace("cpu", "CPU")} {systems[alert.system]?.name} {info.name()}
</AlertTitle> </AlertTitle>
<AlertDescription> <AlertDescription>
{alert.name === "Status" ? ( {alert.name === "Status" ? (