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(