Skip to content

Commit 63cf30a

Browse files
authored
Merge pull request #2754 from DFE-Digital/AQTS-914-title-change
AQTS 914 Title change
2 parents 2c56954 + 55fb2f6 commit 63cf30a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/locales/teacher_interface.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ en:
8282
heading: Check your answers
8383
edit_exemption:
8484
citizenship:
85-
heading: Were you born in or hold citizenship of any of the countries below?
85+
heading: Were you born in or hold citizenship of any of the following countries?
8686
description: If you were born in, or hold citizenship of any of the following countries, you’re exempt from English language requirements.
8787
evidence: Assessors will use your passport to verify that you are exempt.
8888
qualification:

spec/system/teacher_interface/english_language_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def and_i_see_that_i_am_exempt_by_citizenship
179179
summary_list_row =
180180
teacher_check_english_language_page.summary_list.rows.first
181181
expect(summary_list_row.key.text).to eq(
182-
"Were you born in or hold citizenship of any of the countries below?",
182+
"Were you born in or hold citizenship of any of the following countries?",
183183
)
184184
expect(summary_list_row.value.text).to eq("Yes")
185185
end

0 commit comments

Comments
 (0)