diff --git a/app/templates/views/uploads/choose-file.html b/app/templates/views/uploads/choose-file.html index 5da01b501..54e3ec0b0 100644 --- a/app/templates/views/uploads/choose-file.html +++ b/app/templates/views/uploads/choose-file.html @@ -4,7 +4,7 @@ {% from "components/page-header.html" import page_header %} {% block service_page_title %} - Upload a one-off letter + Upload a letter {% endblock %} {% block maincolumn_content %} @@ -19,7 +19,7 @@ {% endcall %} {% else %} {{ page_header( - 'Upload a one-off letter', + 'Upload a letter', back_link=url_for('main.uploads', service_id=current_service.id) ) }}
Upload a single letter as a PDF and we’ll print, pack and post it for you.
@@ -35,9 +35,20 @@ )}} -You can upload a single letter as a PDF.
-Your file must meet our letter specification.
+The content of your letter must appear inside the printable area.
+ +Your file must be:
+ +To help you set up your letter, you can download our letter specification document (PDF).
{% endblock %}