diff --git a/engine/apps/alerts/models/escalation_policy.py b/engine/apps/alerts/models/escalation_policy.py index 1ec36727..1ae8da43 100644 --- a/engine/apps/alerts/models/escalation_policy.py +++ b/engine/apps/alerts/models/escalation_policy.py @@ -129,7 +129,7 @@ class EscalationPolicy(OrderedModel): STEP_TRIGGER_CUSTOM_WEBHOOK: ("Trigger webhook {{custom_webhook}}", "Trigger webhook"), STEP_NOTIFY_USERS_QUEUE: ("Round robin notification for {{users}}", "Notify users one by one (round-robin)"), STEP_NOTIFY_IF_TIME: ( - "Continue escalation if current time is in {{timerange}} ", + "Continue escalation if current UTC time is in {{timerange}}", "Continue escalation if current time is in range", ), STEP_NOTIFY_IF_NUM_ALERTS_IN_TIME_WINDOW: (