From 468377de5fec9b4a807704c7419bc799af510e87 Mon Sep 17 00:00:00 2001 From: Hassan Mir Date: Tue, 21 Jan 2025 12:55:43 +0000 Subject: [PATCH] Update the approved providers link for english language certificate --- .../_english_language_provider_details.html.erb | 2 +- app/views/shared/_english_language_approved_providers.html.erb | 2 +- .../_english_language.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/assessor_interface/assessment_sections/_english_language_provider_details.html.erb b/app/views/assessor_interface/assessment_sections/_english_language_provider_details.html.erb index 5279a5e6c4..2e7e232f78 100644 --- a/app/views/assessor_interface/assessment_sections/_english_language_provider_details.html.erb +++ b/app/views/assessor_interface/assessment_sections/_english_language_provider_details.html.erb @@ -14,7 +14,7 @@

- <%= govuk_link_to "Approved providers", "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl", new_tab: true %> + <%= govuk_link_to "Approved providers", "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL", new_tab: true %>

<% end %> <% end %> diff --git a/app/views/shared/_english_language_approved_providers.html.erb b/app/views/shared/_english_language_approved_providers.html.erb index 7c3bab3491..1839e1f2bd 100644 --- a/app/views/shared/_english_language_approved_providers.html.erb +++ b/app/views/shared/_english_language_approved_providers.html.erb @@ -9,7 +9,7 @@

See the list of <%= govuk_link_to "approved providers (opens in new tab)", - reduced_evidence_accepted ? "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl" : english_language_guidance_path, + reduced_evidence_accepted ? "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL" : english_language_guidance_path, new_tab: true %>.

<% end %> diff --git a/app/views/shared/eligible_region_content_components/_english_language.html.erb b/app/views/shared/eligible_region_content_components/_english_language.html.erb index ad5448d0c4..3736a88920 100644 --- a/app/views/shared/eligible_region_content_components/_english_language.html.erb +++ b/app/views/shared/eligible_region_content_components/_english_language.html.erb @@ -43,7 +43,7 @@

The test must be awarded within the last 2 years before the date of your application.

<% if region.reduced_evidence_accepted %> -

Find an approved provider if you need to get an English language certificate.

+

Find an approved provider if you need to get an English language certificate.

<% else %>

Find an <%= govuk_link_to "approved provider", english_language_guidance_path %> if you need to get an English language certificate.

<% end %>