From 3fa877bdd3f3b2cb3addb0a53d67ec0503237afa Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 26 Sep 2018 10:16:00 +0100 Subject: [PATCH] Make wording around agreement more straightforward We think that the next page explains the nuance around service vs organisation sufficiently well. --- app/templates/views/service-settings/request-to-go-live.html | 2 +- tests/app/main/views/test_service_settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index ed1ec0f35..73ebd685e 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -42,7 +42,7 @@ {% if show_agreement %} {{ task_list_item( agreement_signed, - 'Get our data sharing and financial agreement signed', + 'Sign our data sharing and financial agreement', url_for('main.agreement'), ) }} {% endif %} diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 85add0402..2585216a2 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -710,11 +710,11 @@ def test_should_check_for_sms_sender_on_go_live( ), ( 'test@education.gov.uk', - 'Get our data sharing and financial agreement signed Completed', + 'Sign our data sharing and financial agreement Completed', ), ( 'test@aylesbury.gov.uk', - 'Get our data sharing and financial agreement signed Not completed', + 'Sign our data sharing and financial agreement Not completed', ), )) def test_should_check_for_mou_on_request_to_go_live(