Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/teacher_interface.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ en:
heading: Check your answers
edit_exemption:
citizenship:
heading: Were you born in or hold citizenship of any of the countries below?
heading: Were you born in or hold citizenship of any of the following countries?
description: If you were born in, or hold citizenship of any of the following countries, you’re exempt from English language requirements.
evidence: Assessors will use your passport to verify that you are exempt.
qualification:
Expand Down
2 changes: 1 addition & 1 deletion spec/system/teacher_interface/english_language_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def and_i_see_that_i_am_exempt_by_citizenship
summary_list_row =
teacher_check_english_language_page.summary_list.rows.first
expect(summary_list_row.key.text).to eq(
"Were you born in or hold citizenship of any of the countries below?",
"Were you born in or hold citizenship of any of the following countries?",
)
expect(summary_list_row.value.text).to eq("Yes")
end
Expand Down
Loading