From 174064c30a626074cc22f23e2785adf2e352e17e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 19 Jun 2019 09:46:39 +0100 Subject: [PATCH] =?UTF-8?q?Relabel=20checklist=20step=20to=20=E2=80=98acce?= =?UTF-8?q?pt=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There’s no signature involved any more. --- 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 d6fa61fdd..2f2f88a15 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -51,7 +51,7 @@ {% if show_agreement %} {{ task_list_item( agreement_signed, - 'Sign our data sharing and financial agreement', + 'Accept our data sharing and financial agreement', url_for('main.service_agreement', service_id=current_service.id), ) }} {% endif %} diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index d386f4872..917e4d447 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -1007,11 +1007,11 @@ def test_should_check_for_sms_sender_on_go_live( ), ( True, - 'Sign our data sharing and financial agreement Completed', + 'Accept our data sharing and financial agreement Completed', ), ( False, - 'Sign our data sharing and financial agreement Not completed', + 'Accept our data sharing and financial agreement Not completed', ), )) def test_should_check_for_mou_on_request_to_go_live(