Skip to content

Commit

Permalink
Incident -> Alert Group wording (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk authored Mar 2, 2023
1 parent 5f4a791 commit 2a311c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/apps/slack/scenarios/distribute_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def process_signal(self, log_record):
"text": text,
"callback_id": "alert",
"attachment_type": "default",
"footer": "This is a reminder that the incident is still acknowledged"
"footer": "This is a reminder that the Alert Group is still acknowledged"
" and not resolved. It will be unacknowledged automatically and escalation will"
" start again soon.",
"actions": [
Expand Down Expand Up @@ -876,7 +876,7 @@ def process_signal(self, log_record):
alert_group.slack_message.ack_reminder_message_ts = response["ts"]
alert_group.slack_message.save(update_fields=["ack_reminder_message_ts"])
else:
text = f"This is a reminder that the incident is still acknowledged by {user_verbal}"
text = f"This is a reminder that the Alert Group is still acknowledged by {user_verbal}"
self.alert_group_slack_service.publish_message_to_alert_group_thread(alert_group, text=text)


Expand Down

0 comments on commit 2a311c6

Please sign in to comment.