diff --git a/app/templates/views/check.html b/app/templates/views/check.html
index e09bbd556..ebb207edd 100644
--- a/app/templates/views/check.html
+++ b/app/templates/views/check.html
@@ -14,7 +14,7 @@
{% endmacro %}
{% block service_page_title %}
- {{ "Error" if errors else "Preview" }}
+ {{ "Error" if errors else "Preview of {}".format(template.name) }}
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/notifications/check.html b/app/templates/views/notifications/check.html
index fb336b631..e9f65c00d 100644
--- a/app/templates/views/notifications/check.html
+++ b/app/templates/views/notifications/check.html
@@ -3,7 +3,7 @@
{% from "components/message-count-label.html" import message_count_label %}
{% block service_page_title %}
- {{ "Error" if error else "Preview" }}
+ {{ "Error" if error else "Preview of {}".format(template.name) }}
{% endblock %}
{% block maincolumn_content %}