Skip to content

Commit

Permalink
Merge pull request #3142 from DFE-Digital/LUPEYALPHA-846-content-updates
Browse files Browse the repository at this point in the history
[LUPEYALPHA-846] content updates
  • Loading branch information
alkesh authored Sep 4, 2024
2 parents 790f32c + 0d0807c commit 0ee3110
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,14 @@
<h2 class="govuk-heading-m">To process your application</h2>

<p class="govuk-body">
We will check the information you have provided with the further education provider where you currently teach.
</p>

<p class="govuk-body">
We will also check this information with the:
</p>

<%= govuk_list [
"Department for Education’s (DfE) database of qualified teachers",
"Teacher Pension Scheme"
], type: :bullet %>

<h2 class="govuk-heading-m">To pay you</h2>

<p class="govuk-body">
DfE will make the payment directly to you.
</p>

<p class="govuk-body">
To complete the rest of your application, you will need your:
We will check the information you have provided with the:
</p>

<%= govuk_list [
"National Insurance number",
"bank account details",
"further education provider where you currently teach",
"Teacher’s Pension Scheme, if you have a teacher reference number (TRN) and choose to provide it"
], type: :bullet %>

<p class="govuk-body">
You will also be asked to provide your teacher reference number (TRN) if you have one, although this is optional.
</p>

<%= govuk_details(summary_text: "Where to find your TRN") do %>
<p class="govuk-body">
A TRN is a 7-digit number that uniquely identifies you in the education sector in England. Most people eligible for a TRN will be given one automatically.
Expand All @@ -53,6 +30,21 @@
], type: :number %>
<% end %>

<h2 class="govuk-heading-m">To pay you</h2>

<p class="govuk-body">
DfE will make the payment directly to you.
</p>

<p class="govuk-body">
To complete the rest of your application, you will need your:
</p>

<%= govuk_list [
"National Insurance number",
"bank account details",
], type: :bullet %>

<h2 class="govuk-heading-m">Student loan deductions</h2>

<p class="govuk-body">
Expand All @@ -62,7 +54,9 @@
<h2 class="govuk-heading-m">Income Tax</h2>

<p class="govuk-body">
Your financial incentive payment is taxable income. However DfE will pay any Income Tax and National Insurance contributions due to HMRC for you. This means the payment amount you receive may be lower following tax deductions.
Your targeted retention incentive payment is taxable income.
However DfE will pay any Income Tax and National Insurance contributions due to HMRC for you.
This means the payment amount you receive may be lower following tax deductions.
</p>

<p class="govuk-body">
Expand Down
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
6 changes: 3 additions & 3 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,13 +829,13 @@ en:
claim_subject: "Further education payment"
policy_acronym: FE
policy_short_name: Targeted Retention Incentive Payment For FE Teachers
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"
admin:
task_questions:
matching_details:
title: Is this claim still valid despite having matching details with other claims?
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 0ee3110

Please sign in to comment.