Skip to content

Commit d5443ce

Browse files
committed
Adjust terminology in Slack notification
1 parent 70225df commit d5443ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/notification/slack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (sn *SlackNotifier) Notify(ctx context.Context, notif Notification) error {
6161
action = "suspended"
6262
color = "danger"
6363
} else {
64-
action = "unsuspended"
64+
action = "resumed"
6565
color = "good"
6666
}
6767

0 commit comments

Comments
 (0)