Skip to content

Commit c68e231

Browse files
committed
Fixed alert description
1 parent 7301fa7 commit c68e231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def to_slack_message(self) -> dict:
148148
"fields": [
149149
{
150150
"type": "mrkdwn",
151-
"text": f">*Change Type:*\n>{self.anomaly_type}"
151+
"text": f">*Anomaly Type:*\n>{self.anomaly_type}"
152152
},
153153
{
154154
"type": "mrkdwn",

0 commit comments

Comments
 (0)