mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Spelling mistake (#7739)
This commit is contained in:
committed by
Torkel Ödegaard
parent
b387a8759e
commit
125ee865b6
@@ -16,7 +16,7 @@ func init() {
|
|||||||
alerting.RegisterNotifier(&alerting.NotifierPlugin{
|
alerting.RegisterNotifier(&alerting.NotifierPlugin{
|
||||||
Type: "email",
|
Type: "email",
|
||||||
Name: "Email",
|
Name: "Email",
|
||||||
Description: "Sends notifications using Grafana server configured STMP settings",
|
Description: "Sends notifications using Grafana server configured SMTP settings",
|
||||||
Factory: NewEmailNotifier,
|
Factory: NewEmailNotifier,
|
||||||
OptionsTemplate: `
|
OptionsTemplate: `
|
||||||
<h3 class="page-heading">Email addresses</h3>
|
<h3 class="page-heading">Email addresses</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user