diff --git a/app/view_objects/teacher_interface/further_information_request_view_object.rb b/app/view_objects/teacher_interface/further_information_request_view_object.rb index 3345eaf68d..2708f1be76 100644 --- a/app/view_objects/teacher_interface/further_information_request_view_object.rb +++ b/app/view_objects/teacher_interface/further_information_request_view_object.rb @@ -88,7 +88,7 @@ def item_name(item) "teacher_interface.further_information_request.show.failure_reason.#{item.failure_reason_key}", ) when "work_history_contact" - "Add your work history contact’s details" + "Add work history details" when "document" "Upload your #{I18n.t("document.document_type.#{item.document.document_type}")} document" end diff --git a/app/views/assessor_interface/further_information_requests/preview.html.erb b/app/views/assessor_interface/further_information_requests/preview.html.erb index 9e8302c41c..e935397c39 100644 --- a/app/views/assessor_interface/further_information_requests/preview.html.erb +++ b/app/views/assessor_interface/further_information_requests/preview.html.erb @@ -2,7 +2,7 @@ <% content_for :back_link_url, edit_assessor_interface_application_form_assessment_path(@application_form, @assessment) %>
This screen shows your reasons for requesting further information, along with your notes to the applicant.
@@ -10,15 +10,39 @@Your note to the applicant:
+<% @further_information_request.items.group_by(&:failure_reason_key).each do |failure_reason_key, items| %> + <% if failure_reason_key == "school_details_cannot_be_verified" %> +We were unable to verify the details for <%= items.first.work_history.school_name %>
+ <% elsif items.size > 1 %> +We were unable to verify the details for:
+The assessor needs you to provide some additional information so they can continue reviewing your application.
- -You must add all of the requested information, so the assessor can continue reviewing your QTS application.
+The assessor needs you to provide more information so they can continue reviewing your application.
<%= govuk_start_button(text: "Start now", href: teacher_interface_application_form_further_information_request_path(view_object.further_information_request)) %> diff --git a/config/locales/helpers.en.yml b/config/locales/helpers.en.yml index 36f91f592f..e49f16639f 100644 --- a/config/locales/helpers.en.yml +++ b/config/locales/helpers.en.yml @@ -8,7 +8,7 @@ en: assessor_interface_assessment_section_form: selected_failure_reasons: Select all options that are relevant to you. failure_reason_notes: - text: This FI reason gives the applicant a free text box. Use this space to give them clear instructions on what they need to provide. + text: This FI allows the applicant to send us a typed response. Use this space to give them clear instructions on what they need to provide. document: This FI reason asks the applicant to upload a file. Use this space to give them clear instructions on what they need to provide. decline: As this reason triggers a decline, you do not need to add a note, but you can use the space below to add anything you feel might be helpful, if you want to. assessor_interface_create_note_form: @@ -278,7 +278,7 @@ en: assessor_interface_assessment_section_form: selected_failure_reasons: What are the reasons for your recommendation? scotland_full_registration: Does the applicant have or are they eligible for full registration? - school_details_cannot_be_verified_work_history_checked: Choose the schools that need reference details to be amended + school_details_cannot_be_verified_work_history_checked: Select the school that we were unable to verify (there may be more than one) assessor_interface_filter_form: action_required_by: Action required by assessor_ids: Assessor name