diff --git a/emails/templates/alert_notification.html b/emails/templates/alert_notification.html
index cbac962a95a..5adcda1a620 100644
--- a/emails/templates/alert_notification.html
+++ b/emails/templates/alert_notification.html
@@ -42,7 +42,7 @@
Value
- [[range .Events]]
+ [[range .EvalMatches]]
[[.Metric]]
diff --git a/public/emails/alert_notification.html b/public/emails/alert_notification.html
index 75e1e21a9c3..f80a8330eaf 100644
--- a/public/emails/alert_notification.html
+++ b/public/emails/alert_notification.html
@@ -157,7 +157,7 @@ color: #FFFFFF !important;
Value
|
- {{range .Events}}
+ {{range .EvalMatches}}
{{.Metric}}
|