Skip to content

Commit

Permalink
Merge pull request #3004 from DFE-Digital/fe-answer-copy
Browse files Browse the repository at this point in the history
Minor copy change to an FE answer
  • Loading branch information
asmega authored Jul 12, 2024
2 parents 7979b09 + edc7ed7 commit dde54ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -865,8 +865,8 @@ en:
question: Are you timetabled to teach at least 2.5 hours per week at %{school_name} next term?
hint: If you are unsure, you should speak to HR or apply when you know your arrangements for next term.
options:
at_least_2_5: Yes, I am timetabled to teach at least 2.5 hours at %{school_name} next term
less_than_2_5: No, I’m not timetabled to teach at least 2.5 hours at %{school_name} next term
at_least_2_5: Yes, I am timetabled to teach at least 2.5 hours per week at %{school_name} next term
less_than_2_5: No, I’m not timetabled to teach at least 2.5 hours per week at %{school_name} next term
errors:
inclusion: Select yes if you are timetabled to teach at least 2.5 hours next term otherwise select you are not
further_education_teaching_start_year:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
click_button "Continue"

expect(page).to have_content("Are you timetabled to teach at least 2.5 hours per week at #{college.name} next term?")
choose("No, I’m not timetabled to teach at least 2.5 hours at #{college.name} next term")
choose("No, I’m not timetabled to teach at least 2.5 hours per week at #{college.name} next term")
click_button "Continue"

expect(page).to have_content("You are not eligible")
Expand Down Expand Up @@ -401,7 +401,7 @@
click_button "Continue"

expect(page).to have_content("Are you timetabled to teach at least 2.5 hours per week at #{college.name} next term?")
choose("No, I’m not timetabled to teach at least 2.5 hours at #{college.name} next term")
choose("No, I’m not timetabled to teach at least 2.5 hours per week at #{college.name} next term")
click_button "Continue"

expect(page).to have_content("You are not eligible")
Expand Down

0 comments on commit dde54ff

Please sign in to comment.