Skip to content

Commit

Permalink
update copy for FE information provided
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Jul 29, 2024
1 parent f3b2758 commit d2921f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">How we will use the information you provide in your application</h1>
<h1 class="govuk-heading-xl">How we will use the information you provide</h1>

<h2 class="govuk-heading-m">To process your application</h2>

Expand All @@ -11,12 +11,12 @@
</p>

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

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

<h2 class="govuk-heading-m">To pay you</h2>
Expand All @@ -32,27 +32,25 @@
<%= govuk_list [
"National Insurance number",
"bank account details",
"anything else needed"
], 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 can I find my TRN?") do %>
<%= govuk_details(summary_text: "Where to find your TRN") do %>
<p class="govuk-body">
Your TRN may be shown on 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.
</p>

<%= govuk_list [
"payslip",
"teacher pension statement",
"teacher training records"
], type: :bullet %>

<p class="govuk-body">
Get help to <%= govuk_link_to "find your TRN", "https://find-a-lost-trn.education.gov.uk/start", new_tab: true %> if you do not know it or have forgotten it.
If you are unsure what your TRN is, you can:
</p>

<%= govuk_list [
"Check your payslip or Teachers’ Pension Scheme Benefit Statement.",
"Use #{govuk_link_to "Find a lost TRN", "https://find-a-lost-trn.education.gov.uk/start"} to check if you have a TRN or find your TRN.".html_safe,
], type: :number %>
<% end %>

<h2 class="govuk-heading-m">Student loan deductions</h2>
Expand All @@ -64,8 +62,7 @@
<h2 class="govuk-heading-m">Income Tax</h2>

<p class="govuk-body">
Your financial incentive payment is taxable income, but DfE will pay 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 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.
</p>

<p class="govuk-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
expect(page).to have_content("FE ONE LOGIN PLACEHOLDER")
click_button "Continue"

expect(page).to have_content("How we will use the information you provide in your application")
expect(page).to have_content("How we will use the information you provide")
click_button "Continue"

expect(page).to have_content("Personal details")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
expect(page).to have_content("FE ONE LOGIN PLACEHOLDER")
click_button "Continue"

expect(page).to have_content("How we will use the information you provide in your application")
expect(page).to have_content("How we will use the information you provide")
click_button "Continue"

expect(page).to have_content("Personal details")
Expand Down

0 comments on commit d2921f4

Please sign in to comment.