Commit bd4eadf6 by Stanislav Vetlovskiy Committed by Torkel Ödegaard

#7383 Fix factory typo in telegram notifier (#7406)

parent 3c304b9b
...@@ -20,7 +20,7 @@ func init() { ...@@ -20,7 +20,7 @@ func init() {
Type: "telegram", Type: "telegram",
Name: "Telegram", Name: "Telegram",
Description: "Sends notifications to Telegram", Description: "Sends notifications to Telegram",
Factory: NewOpsGenieNotifier, Factory: NewTelegramNotifier,
OptionsTemplate: ` OptionsTemplate: `
<h3 class="page-heading">Telegram API settings</h3> <h3 class="page-heading">Telegram API settings</h3>
<div class="gf-form"> <div class="gf-form">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment