Skip to content

Commit 0d24ed6

Browse files
authored
Merge pull request #2853 from DFE-Digital/AQTS-1062-change-fi-reason-text
AQTS 1062 update fi reason text
2 parents 8bf97c0 + 88a167e commit 0d24ed6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

config/locales/assessor_interface.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ en:
156156
age_range: The age range the applicant is qualified to teach does not fall within the requirements of QTS.
157157
applicant_already_dqt: There’s a potential existing match for this applicant. We need to ask for an additional identifier.
158158
applicant_already_qts: The applicant already holds QTS and induction exemption.
159-
application_and_qualification_names_do_not_match: The name on the application is different from 1 or more qualification documents, but no evidence of change of name was provided.
159+
application_and_qualification_names_do_not_match: The name on the application is different from one or more qualification documents, but no evidence of change of name was provided.
160160
authorisation_to_teach: Sanctions or restrictions were detected on professional record.
161161
confirm_age_range_subjects: We were not provided with sufficient evidence to confirm qualification to teach the age ranges and subjects entered on the online application form.
162162
degree_certificate_illegible: There is a problem with the university degree certificate (or translation), for example, it’s incorrect, illegible, or incomplete.
@@ -210,7 +210,7 @@ en:
210210
teaching_qualifications_from_ineligible_country: The teaching qualifications were completed in a different country to where they are recognised as a teacher.​
211211
teaching_qualifications_not_at_required_level: The teaching qualifications do not meet the required academic level (level 6).
212212
teaching_transcript_illegible: There is a problem with the teaching qualification transcript (or translation), for example, it’s incorrect, illegible, or incomplete.
213-
unrecognised_references: We could not verify 1 or more references entered by the applicant.
213+
unrecognised_references: We could not verify one or more references entered by the applicant.
214214
work_history_break: There is an unexplained break in the applicant’s work history.
215215
work_history_information: There is a problem with the applicant’s work history, for example the job role, hours worked per week, or the start and end date.
216216
work_history_duration: The applicant’s work experience does not meet the minimum duration requirements.

config/locales/teacher_interface.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ en:
99
age_range: The age range you are qualified to teach does not fall within the requirements of QTS.
1010
applicant_already_dqt: We need more information to verify your identity.
1111
applicant_already_qts: You already hold QTS and induction exemption.
12-
application_and_qualification_names_do_not_match: Your name on the application form is different from 1 or more of the qualifications documents you uploaded.
12+
application_and_qualification_names_do_not_match: Your name on the application form is different from one or more of the qualifications documents you uploaded.
1313
authorisation_to_teach: Sanctions or restrictions were detected on your professional record.
1414
confirm_age_range_subjects: We were not provided with sufficient evidence to confirm qualification to teach the age ranges and subjects entered on the application form.
1515
degree_certificate_illegible: There is a problem with your university degree certificate (or translation).
@@ -65,7 +65,7 @@ en:
6565
teaching_qualifications_from_ineligible_country: Your teaching qualifications were completed in a different country to where you are recognised as a teacher.​
6666
teaching_qualifications_not_at_required_level: Your teaching qualifications do not meet the required academic level (level 6).
6767
teaching_transcript_illegible: There is a problem with your teaching qualification transcript (or translation).
68-
unrecognised_references: We could not verify 1 or more references you provided.
68+
unrecognised_references: We could not verify one or more references you provided.
6969
work_history_break: There is an unexplained break in your work history.
7070
work_history_information: There is a problem with your work history.
7171
work_history_duration: Your work experience does not meet the minimum duration requirements.

spec/system/assessor_interface/reviewing_further_information_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def and_i_see_the_fi_responses
192192
"Subjects entered are acceptable for QTS, but the uploaded qualifications do not match them.",
193193
)
194194
expect(items.last).to have_content(
195-
"We could not verify 1 or more references entered by the applicant for " \
195+
"We could not verify one or more references entered by the applicant for " \
196196
"#{application_form.work_histories.first.school_name}.",
197197
)
198198
end

spec/system/teacher_interface/further_information_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def when_i_click_the_work_history_contact_task_list_item
159159
work_history_task_list_item.click
160160
expect(
161161
teacher_further_information_required_page.failure_reason_heading.text,
162-
).to eq("We could not verify 1 or more references you provided.")
162+
).to eq("We could not verify one or more references you provided.")
163163
end
164164

165165
def when_i_click_the_document_task_list_item

spec/view_objects/assessor_interface/further_information_request_view_object_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
requested_date:
319319
further_information_request.requested_at.to_date.to_fs,
320320
heading:
321-
"We could not verify 1 or more references entered by the applicant" \
321+
"We could not verify one or more references entered by the applicant" \
322322
" for #{work_history_contact_item.work_history.school_name}.",
323323
assessor_request:
324324
work_history_contact_item.failure_reason_assessor_feedback,
@@ -373,7 +373,7 @@
373373
requested_date:
374374
further_information_request.requested_at.to_date.to_fs,
375375
heading:
376-
"We could not verify 1 or more references entered by the applicant" \
376+
"We could not verify one or more references entered by the applicant" \
377377
" for #{work_history_contact_item.work_history.school_name}.",
378378
assessor_request:
379379
work_history_contact_item.failure_reason_assessor_feedback,

0 commit comments

Comments
 (0)