From 12d5c4f90098fec6d464912dc450c3ed934f2349 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 11 Oct 2021 16:24:41 +0100 Subject: [PATCH] =?UTF-8?q?Only=20use=20=E2=80=98on=20behalf=20of=E2=80=99?= =?UTF-8?q?=20to=20refer=20to=20person?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we’ve introduced the ‘on behalf of’ wording to the go live ticket (to talk about who the agreement has been signed on behalf of) it’s confusing to use the same terminology to talk about the organisation for whom the agreement has been accepted. --- app/templates/go-live-request.txt | 2 +- tests/app/main/views/test_service_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'