Skip to content

Commit

Permalink
Typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfodder committed Jul 22, 2024
1 parent 5f98142 commit 108e8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ en:
hours_teaching_eligible_subjects:
question: Do you spend at least half of your timetabled teaching hours teaching these eligible courses?
errors:
inclusion: Select yes if spend at least half of your timetabled teaching hours teaching these eligible courses
inclusion: Select yes if you spend at least half of your timetabled teaching hours teaching these eligible courses
check_your_answers:
part_one:
primary_heading: Check your answers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
is_expected.not_to(
allow_value(nil)
.for(:hours_teaching_eligible_subjects)
.with_message("Select yes if spend at least half of your timetabled teaching hours teaching these eligible courses")
.with_message("Select yes if you spend at least half of your timetabled teaching hours teaching these eligible courses")
)
end
end
Expand Down

0 comments on commit 108e8dd

Please sign in to comment.