Skip to content

Commit

Permalink
Update SlackNotificationProfileType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jimender2 authored and brianeray committed Jan 15, 2025
1 parent 276f892 commit f1bd30b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class SlackNotificationProfileType extends AlarmNotificationProfileType{
public static final String TYPE_ID = "SlackType";
public static final ContactType SLACK =
new ContactType("Slack", new LocalizedString("SlackNotification.ContactType.slack"));
new ContactType("Slack", new LocalizedString("SlackNotification.ContactType.Slack"));

public SlackNotificationProfileType() {
super(TYPE_ID,
Expand Down

0 comments on commit f1bd30b

Please sign in to comment.