diff --git a/app/templates/views/check.html b/app/templates/views/check.html
index cf1e7dc81..d1b71885e 100644
--- a/app/templates/views/check.html
+++ b/app/templates/views/check.html
@@ -46,7 +46,7 @@
{% if 'email' == template.template_type %}
{{ email_message(
- template.formatted_subject_as_markup,
+ template.formatted_subject_as_markup if errors else template.replaced_subject,
template.formatted_as_markup if errors else template.replaced,
from_address='{}@notifications.service.gov.uk'.format(current_service.email_from),
from_name=current_service.name