diff --git a/templates/emails/alert-body-text.html b/templates/emails/alert-body-text.html
index 79491115..6e28ba73 100644
--- a/templates/emails/alert-body-text.html
+++ b/templates/emails/alert-body-text.html
@@ -1,9 +1,12 @@
{% load hc_extras %}
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
-A summary of all your checks:
+Additional notes:
+{{ check.desc }}
+
+More information:
+{{ check.details_url }}
-{% include 'emails/summary-text.html' %}
--
Regards,