diff --git a/app/templates/views/check.html b/app/templates/views/check.html
index fda5f23c0..8dfaefeab 100644
--- a/app/templates/views/check.html
+++ b/app/templates/views/check.html
@@ -178,7 +178,7 @@
{% if template.template_type != 'letter' or not request.args.from_test %}
{% else %}
- Download as PDF
+ Download as PDF
{% endif %}
Back