From c251c1326e7fa1f9bc5534cec374e018af5ae983 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 26 Sep 2018 15:59:25 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=98Download=20the=E2=80=99=20cal?= =?UTF-8?q?l=20to=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users come to this page from various places, including the new 'Sign the…' link on the request to go live page. Of these users: - some won't have signed it - some will have signed it - some will see that it's complete and wonder why, as they haven’t actually done anything So it’s more appropriate for the title of this page to be descriptive, rather than an action. --- app/templates/views/agreement-choose.html | 4 ++-- app/templates/views/agreement-signed.html | 4 ++-- app/templates/views/agreement.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/templates/views/agreement-choose.html b/app/templates/views/agreement-choose.html index 8ab9d1926..592eb9533 100644 --- a/app/templates/views/agreement-choose.html +++ b/app/templates/views/agreement-choose.html @@ -2,7 +2,7 @@ {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} - Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement {% endblock %} {% block maincolumn_content %} @@ -14,7 +14,7 @@

- Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement

diff --git a/app/templates/views/agreement-signed.html b/app/templates/views/agreement-signed.html index 1f0f9396e..b38c76193 100644 --- a/app/templates/views/agreement-signed.html +++ b/app/templates/views/agreement-signed.html @@ -2,7 +2,7 @@ {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} - Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement {% endblock %} {% block maincolumn_content %} @@ -14,7 +14,7 @@

- Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement

diff --git a/app/templates/views/agreement.html b/app/templates/views/agreement.html index bda7df5fe..16f72689d 100644 --- a/app/templates/views/agreement.html +++ b/app/templates/views/agreement.html @@ -2,7 +2,7 @@ {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} - Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement {% endblock %} {% block maincolumn_content %} @@ -14,7 +14,7 @@

- Download the GOV.UK Notify data sharing and financial agreement + GOV.UK Notify data sharing and financial agreement