diff --git a/app/views/further_education_payments/submissions/show.html.erb b/app/views/further_education_payments/submissions/show.html.erb index 3abf276ec4..0f973aeb47 100644 --- a/app/views/further_education_payments/submissions/show.html.erb +++ b/app/views/further_education_payments/submissions/show.html.erb @@ -5,7 +5,7 @@

- You applied for a targeted retention incentive payment + You applied for a further education targeted retention incentive payment

@@ -19,36 +19,15 @@

- What happens next + Apply for a retention payment next academic year

- Your application will be reviewed by the Department for Education. If it’s approved, you will receive the payment in one lump sum. + As long as you continue to meet the <%= govuk_link_to "eligibility criteria", "#{t("further_education_payments.eligibility_criteria_link.url")}#eligibility" %>, you could claim a targeted retention incentive payment in the next academic year.

- Payments are given up to 20 weeks from applying. We will email you updates on the progress of your application. -

- -

- You will also receive emails to confirm: -

- - <%= govuk_list [ - "whether your application is accepted or rejected, usually within 14 weeks", - "when your payment has been made, with a full breakdown of how much you have received", - ], type: :bullet %> - -

- Apply for a retention payment each academic year -

- -

- As long as you continue to meet the <%= govuk_link_to "eligibility criteria", "#{t("further_education_payments.eligibility_criteria_link.url")}#eligibility" %>, you could claim a retention payment in future academic years. -

- -

- You can set a reminder so you know when you are able to apply next year. We cannot issue payments unless you apply. + You can set a reminder so you know when you are able to apply. We cannot issue payments unless you apply.

<%= govuk_button_link_to "Set reminder", independent_reminder_path(journey: journey::ROUTING_NAME, slug: "personal-details") %> diff --git a/config/locales/en.yml b/config/locales/en.yml index ac17bb97b7..6016637afe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -826,6 +826,9 @@ en: journey_name: Claim a targeted retention incentive payment for further education teachers feedback_email: "FE-Levellingup.PremiumPayments@education.gov.uk" support_email_address: "FE-Levellingup.PremiumPayments@education.gov.uk" + 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" claim_subject: "Further education payment" policy_acronym: FE policy_short_name: Targeted Retention Incentive Payment For FE Teachers diff --git a/spec/features/further_education_payments/happy_js_path_spec.rb b/spec/features/further_education_payments/happy_js_path_spec.rb index 162ad21ee2..e6f2463fd1 100644 --- a/spec/features/further_education_payments/happy_js_path_spec.rb +++ b/spec/features/further_education_payments/happy_js_path_spec.rb @@ -137,7 +137,7 @@ expect(page).to have_content("Check your answers before sending your application") click_on "Accept and send" - expect(page).to have_content("You applied for a targeted retention incentive payment") + expect(page).to have_content("You applied for a further education targeted retention incentive payment") end def and_college_exists diff --git a/spec/features/further_education_payments/happy_path_spec.rb b/spec/features/further_education_payments/happy_path_spec.rb index d52eea9bf8..27d8f280c4 100644 --- a/spec/features/further_education_payments/happy_path_spec.rb +++ b/spec/features/further_education_payments/happy_path_spec.rb @@ -188,7 +188,7 @@ expect(eligibility.teacher_reference_number).to eql("1234567") - expect(page).to have_content("You applied for a targeted retention incentive payment") + expect(page).to have_content("You applied for a further education targeted retention incentive payment") click_link "Set reminder" expect(page).to have_content("Personal details")