From 82f94724407374e945b326a7162f5a92632cd883 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 19 Feb 2020 08:49:36 +0000 Subject: [PATCH] Update page title and H1 --- app/templates/views/uploads/choose-file.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/uploads/choose-file.html b/app/templates/views/uploads/choose-file.html index cac740f7a..5da01b501 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 letter + Upload a one-off letter {% endblock %} {% block maincolumn_content %} @@ -19,10 +19,10 @@ {% endcall %} {% else %} {{ page_header( - 'Upload a letter', + 'Upload a one-off 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.

+

Upload a single letter as a PDF and we’ll print, pack and post it for you.

You can use this feature if you send a lot of one-off letters or if our reusable letter templates do not meet your needs.

{% endif %}