From b606a9e994546d088e7e387447a3714b3ee4d757 Mon Sep 17 00:00:00 2001 From: Alkesh Vaghmaria Date: Mon, 23 Sep 2024 09:38:10 +0100 Subject: [PATCH] update FE policy short name --- config/locales/en.yml | 2 +- spec/features/admin/admin_claim_allocation_spec.rb | 2 +- .../admin_view_full_claim_further_education_payments_spec.rb | 2 +- .../eligibility_admin_answers_presenter_spec.rb | 2 +- spec/models/policies_spec.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ae75efbe0c..de91147e6f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -847,7 +847,7 @@ en: support_email_address: "FE-targeted.retention-incentive@education.gov.uk" claim_subject: "Further education payment" policy_acronym: FE - policy_short_name: Targeted Retention Incentive Payment For FE Teachers + policy_short_name: Further Education Targeted Retention Incentive eligibility_criteria_link: text: targeted retention incentive payments for early career further education teachers url: "https://www.gov.uk/guidance/levelling-up-premium-payments-for-fe-teachers" diff --git a/spec/features/admin/admin_claim_allocation_spec.rb b/spec/features/admin/admin_claim_allocation_spec.rb index f566a68897..3386e7e2d3 100644 --- a/spec/features/admin/admin_claim_allocation_spec.rb +++ b/spec/features/admin/admin_claim_allocation_spec.rb @@ -8,7 +8,7 @@ "Early-Career Payments", "School Targeted Retention Incentive", "International Relocation Payments", - "Targeted Retention Incentive Payment For FE Teachers" + "Further Education Targeted Retention Incentive" ] end diff --git a/spec/features/admin/admin_view_full_claim_further_education_payments_spec.rb b/spec/features/admin/admin_view_full_claim_further_education_payments_spec.rb index 6c3581da75..54b0227368 100644 --- a/spec/features/admin/admin_view_full_claim_further_education_payments_spec.rb +++ b/spec/features/admin/admin_view_full_claim_further_education_payments_spec.rb @@ -159,7 +159,7 @@ ).to have_content("No") expect( - summary_row("Targeted Retention Incentive Payment For FE Teachers") + summary_row("Further Education Targeted Retention Incentive") ).to have_content("£6,000") expect(summary_row("Started at")).to have_content("1 August 2024 10:00am") diff --git a/spec/models/policies/further_education_payments/eligibility_admin_answers_presenter_spec.rb b/spec/models/policies/further_education_payments/eligibility_admin_answers_presenter_spec.rb index 9c9b1a00fc..4e619bd30e 100644 --- a/spec/models/policies/further_education_payments/eligibility_admin_answers_presenter_spec.rb +++ b/spec/models/policies/further_education_payments/eligibility_admin_answers_presenter_spec.rb @@ -290,7 +290,7 @@ is_expected.to eq( [ [ - "Targeted Retention Incentive Payment For FE Teachers", + "Further Education Targeted Retention Incentive", "£6,000" ] ] diff --git a/spec/models/policies_spec.rb b/spec/models/policies_spec.rb index daf94be38d..aacefd8310 100644 --- a/spec/models/policies_spec.rb +++ b/spec/models/policies_spec.rb @@ -34,7 +34,7 @@ ["Early-Career Payments", "early-career-payments"], ["School Targeted Retention Incentive", "levelling-up-premium-payments"], ["International Relocation Payments", "international-relocation-payments"], - ["Targeted Retention Incentive Payment For FE Teachers", "further-education-payments"] + ["Further Education Targeted Retention Incentive", "further-education-payments"] ]) end end