From cb73ddcf5070bb31d2fba7899c026f9c19ffe04b Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Wed, 2 Aug 2023 14:59:41 +0100 Subject: [PATCH] Adjust wording for `Continue escalation if current time is in range` (#2729) Change wording to make sure it's clear UTC time is used for the `Continue escalation if current time is in range` escalation step. Screenshot 2023-08-02 at 14 37 22 --- engine/apps/alerts/models/escalation_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: (