Skip to content

Commit

Permalink
claim submitted page - content update
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Sep 4, 2024
1 parent 2abcd33 commit 303e272
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 33 deletions.
29 changes: 4 additions & 25 deletions app/views/further_education_payments/submissions/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="govuk-panel govuk-panel--confirmation">
<h1 class="govuk-panel__title" id="submitted-title">
You applied for a targeted retention incentive payment
You applied for a further education targeted retention incentive payment
</h1>

<div class="govuk-panel__body">
Expand All @@ -19,36 +19,15 @@
</p>

<h2 class="govuk-heading-m">
What happens next
Apply for a retention payment next academic year
</h2>

<p class="govuk-body">
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.
</p>

<p class="govuk-body">
Payments are given up to 20 weeks from applying. We will email you updates on the progress of your application.
</p>

<p class="govuk-body">
You will also receive emails to confirm:
</p>

<%= 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 %>

<h2 class="govuk-heading-m">
Apply for a retention payment each academic year
</h2>

<p class="govuk-body">
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.
</p>

<p class="govuk-body">
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.
</p>

<%= govuk_button_link_to "Set reminder", independent_reminder_path(journey: journey::ROUTING_NAME, slug: "personal-details") %>
Expand Down
9 changes: 3 additions & 6 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,19 +826,16 @@ en:
journey_name: Claim a targeted retention incentive payment for further education teachers
feedback_email: "[email protected]"
support_email_address: "[email protected]"
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"
<<<<<<< HEAD
policy_acronym: FE
policy_short_name: Targeted Retention Incentive Payment For FE Teachers
admin:
task_questions:
matching_details:
title: Is this claim still valid despite having matching details with other claims?
=======
>>>>>>> 8fcd04c3 (change eligibility link text from "levelling up premium" to "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"
forms:
ineligible:
courses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 303e272

Please sign in to comment.