Making form and lang better

This commit is contained in:
Owen
2026-04-20 18:14:30 -07:00
parent 1a36475afa
commit 49b3163bbe
5 changed files with 21 additions and 19 deletions

View File

@@ -73,13 +73,13 @@ function buildSubject(context: AlertContext): string {
case "site_offline":
return "[Alert] Site Offline";
case "site_toggle":
return "[Alert] Site Toggled";
return "[Alert] Site Status Changed";
case "health_check_healthy":
return "[Alert] Health Check Recovered";
case "health_check_unhealthy":
return "[Alert] Health Check Failing";
case "health_check_toggle":
return "[Alert] Health Check Toggled";
return "[Alert] Health Check Status Changed";
case "resource_healthy":
return "[Alert] Resource Healthy";
case "resource_unhealthy":