fix: add singleDesc back to container alert

This commit is contained in:
henrygd
2026-09-02 13:09:27 -04:00
parent a4de2e87c4
commit a1ca51608a
+2
View File
@@ -112,6 +112,8 @@ export const alertInfo: Record<string, AlertInfo> = {
note: () =>
t`Notifications may include recent container log excerpts.`,
triggeredDesc: () => t`One or more containers are unhealthy`,
singleDesc: () => `${t`Container`} ${t`Unhealthy`}`,
},
SystemdFailed: {
name: () => t`Failed Services`,