From 40febb51a7440ca3428722d0c9cb8e0935401cf4 Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Wed, 9 Oct 2024 16:48:06 +0100 Subject: [PATCH 1/2] Copy change Straight forward --- config/locales/en.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 3e8a77055f..34395e10ed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -976,8 +976,7 @@ en: select_provision: heading: Select where you are employed hint: - Select the further education provider you are employed by. If you work for a college or sixth-form group, you - should select the group name. + Select the further education (FE) provider you are employed by. errors: blank: Select the further education provider you are employed by contract_type: From 2879029557037505cbed31b5e0056c1f84d4b7c8 Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Thu, 10 Oct 2024 15:34:49 +0100 Subject: [PATCH 2/2] Remove hint text We've not decided we don't want to show any hint text --- .../claims/select_provision.html.erb | 3 +-- config/locales/en.yml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/further_education_payments/claims/select_provision.html.erb b/app/views/further_education_payments/claims/select_provision.html.erb index af13330685..315dca709f 100644 --- a/app/views/further_education_payments/claims/select_provision.html.erb +++ b/app/views/further_education_payments/claims/select_provision.html.erb @@ -10,8 +10,7 @@ text: @form.t("heading"), tag: "h1", size: "l" - }, - hint: { text: @form.t("hint") } %> + } %> <%= f.govuk_submit %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 34395e10ed..a22d01ed11 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -975,8 +975,6 @@ en: min_length: Enter a college name or postcode that is at least 3 characters long select_provision: heading: Select where you are employed - hint: - Select the further education (FE) provider you are employed by. errors: blank: Select the further education provider you are employed by contract_type: