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:
Vadim Stepanov 2023-08-02 14:59:41 +01:00 committed by GitHub
parent 7d9622a641
commit cb73ddcf50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: (