Skip to content

Commit

Permalink
Update start page content
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Aug 30, 2024
1 parent 0d4e778 commit 1cb90ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/claims/pages/start.en.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<p class="govuk-body">
Use this service to claim for mentors who supported, or intended to support, trainee teachers from September 2023 to July 2024.
Use this service to claim for mentors who supported trainee teachers from September 2023 to July 2024.
</p>

<% if claim_window.current? %>
Expand Down
2 changes: 1 addition & 1 deletion spec/system/claims/start_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def then_i_can_see_the_start_page
expect(page).to have_content("Claim funding for mentor training")
end

expect(page).to have_content("Use this service to claim for mentors who supported, or intended to support, trainee teachers from September 2023 to July 2024.")
expect(page).to have_content("Use this service to claim for mentors who supported trainee teachers from September 2023 to July 2024.")
expect(page).to have_content("The service is open for claims. Deadline to submit claims is: 11:59pm on Friday 19 July 2024")
expect(page).to have_content("You must wait until May 2025 to claim for training that took place from April 2024 for the school year starting September 2025.")
expect(page).to have_content(
Expand Down

0 comments on commit 1cb90ff

Please sign in to comment.