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. <img width="1249" alt="Screenshot 2023-08-02 at 14 37 22" src="https://github.com/grafana/oncall/assets/20116910/92bf9a6f-2baa-42c4-a5c5-2bc8f1b9576e">
This commit is contained in:
parent
7d9622a641
commit
cb73ddcf50
1 changed files with 1 additions and 1 deletions
|
|
@ -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: (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue