diff --git a/app/templates/go-live-request.txt b/app/templates/go-live-request.txt index 74e0e3d47..fb333a45f 100644 --- a/app/templates/go-live-request.txt +++ b/app/templates/go-live-request.txt @@ -8,7 +8,7 @@ Service: {{ service.name }} --- Organisation type: {{ service.organisation_type_label }} Agreement signed: {{ organisation.agreement_signed|format_yes_no(none='Can’t tell') }} -{%- if organisation.agreement_signed %}, on behalf of {{ current_service.organisation.name }} +{%- if organisation.agreement_signed %}, for {{ current_service.organisation.name }} {%- elif organisation.name %} (organisation is {{ organisation.name }}, {{ organisation.crown|format_yes_no(yes='a crown body', no='a non-crown body', none='crown status unknown') }}) {%- else %} (domain is {{ user.email_domain }}) {%- endif %}. diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 8141d3b90..e1d793b34 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -1896,7 +1896,7 @@ def test_request_to_go_live_displays_mou_signatories( '\n' '---\n' 'Organisation type: Central government\n' - 'Agreement signed: Yes, on behalf of Org 1.\n' + 'Agreement signed: Yes, for Org 1.\n' 'Agreement signed by: test@user.gov.uk\n' 'Agreement signed on behalf of: bigdog@example.gov.uk\n' '\n'