From e7f52218d16f3327eaee0ab4442b4add6e53c320 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Sat, 26 Feb 2022 14:16:40 -0600 Subject: [PATCH] Capitalize Webhook contact point type (#45942) (#45943) (cherry picked from commit 1b2c4dca61648fb65345df329d51b1deaac7a41d) Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> --- pkg/services/ngalert/notifier/available_channels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/ngalert/notifier/available_channels.go b/pkg/services/ngalert/notifier/available_channels.go index 521548e53b5..2ac4ec04b04 100644 --- a/pkg/services/ngalert/notifier/available_channels.go +++ b/pkg/services/ngalert/notifier/available_channels.go @@ -597,7 +597,7 @@ func GetAvailableNotifiers() []*alerting.NotifierPlugin { }, { Type: "webhook", - Name: "webhook", + Name: "Webhook", Description: "Sends HTTP POST request to a URL", Heading: "Webhook settings", Options: []alerting.NotifierOption{