diff --git a/app/views/further_education_payments/submissions/show.html.erb b/app/views/further_education_payments/submissions/show.html.erb index 15435147d2..ca600965e4 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 further education financial incentive payment + You applied for a further education retention payment

@@ -15,7 +15,42 @@

- FE CONFIRMATION PLACEHOLDER + We have sent you a confirmation email to <%= submitted_claim.email_address %>.

+ +

+ What happens next +

+ +

+ Your application will be reviewed by the Department for Education. If it’s approved, you will receive the payment in one lump sum. +

+ +

+ 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", "https://www.gov.uk/guidance/levelling-up-premium-payments-for-fe-teachers#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. +

+ + <%= govuk_button_link_to "Set reminder", "#" %>
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 8f42fb4bcc..689f7b68fe 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 further education financial incentive payment") + expect(page).to have_content("You applied for a further education retention 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 a101c48bfe..8b27864f5b 100644 --- a/spec/features/further_education_payments/happy_path_spec.rb +++ b/spec/features/further_education_payments/happy_path_spec.rb @@ -173,7 +173,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 further education financial incentive payment") + expect(page).to have_content("You applied for a further education retention payment") end def and_college_exists