diff --git a/emails/templates/alert_notification_example.html b/emails/templates/alert_notification_example.html
index 7b618130e57..5061b8579ac 100644
--- a/emails/templates/alert_notification_example.html
+++ b/emails/templates/alert_notification_example.html
@@ -34,28 +34,28 @@
- |
+ |
Metric name
|
-
+ |
Value
|
- |
+ |
desktop
|
-
+ |
40
|
- |
+ |
mobile
|
-
+ |
20
|
diff --git a/public/emails/alert_notification.html b/public/emails/alert_notification.html
index 03fe5f0faaf..8106592fb8d 100644
--- a/public/emails/alert_notification.html
+++ b/public/emails/alert_notification.html
@@ -249,19 +249,19 @@ text-decoration: underline;
- |
+ |
Metric name
|
-
+ |
Value
|
{{range .EvalMatches}}
- |
+ |
{{.Metric}}
|
-
+ |
{{.Value}}
|
diff --git a/public/emails/alert_notification_example.html b/public/emails/alert_notification_example.html
index 8a3e06c523e..f0aa5f8b3b6 100644
--- a/public/emails/alert_notification_example.html
+++ b/public/emails/alert_notification_example.html
@@ -248,28 +248,28 @@ text-decoration: underline;
- |
+ |
Metric name
|
-
+ |
Value
|
- |
+ |
desktop
|
-
+ |
40
|
- |
+ |
mobile
|
-
+ |
20
|