diff --git a/app/views/teacher_interface/application_forms/show/_declined.html.erb b/app/views/teacher_interface/application_forms/show/_declined.html.erb index 99598d6df7..30c644dae0 100644 --- a/app/views/teacher_interface/application_forms/show/_declined.html.erb +++ b/app/views/teacher_interface/application_forms/show/_declined.html.erb @@ -3,12 +3,12 @@

Why your application was declined

<% if view_object.show_further_information_request_expired_content? %> - <%= govuk_inset_text(text: t(".further_information_request_expired")) %> + <%= govuk_inset_text(text: t(".failure_reasons.further_information_request_expired")) %> <% end %> <% if view_object.show_professional_standing_request_expired_content? %> <%= govuk_inset_text(text: t( - ".professional_standing_request_expired", + ".failure_reasons.professional_standing_request_expired", certificate_name: region_certificate_name(view_object.region), teaching_authority_name: region_teaching_authority_name(view_object.region) )) %> @@ -18,13 +18,11 @@

Notes from the assessor:

<% sections.each do |section| %> -
<%= t(".assessment_section.#{section[:assessment_section_key]}") %>
+
<%= section[:assessment_section_key].humanize %>