From 80eebc92d4ab776fcf66bf56999cec4933bc23f7 Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Tue, 12 Dec 2023 09:30:58 +0000 Subject: [PATCH] Use govuk_visually_hidden helper This is a new helper added in GOV.UK Frontend 5. --- app/views/assessor_interface/application_forms/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/assessor_interface/application_forms/index.html.erb b/app/views/assessor_interface/application_forms/index.html.erb index 52a5b2ad48..fcb60ad060 100644 --- a/app/views/assessor_interface/application_forms/index.html.erb +++ b/app/views/assessor_interface/application_forms/index.html.erb @@ -9,7 +9,7 @@ <%= f.govuk_submit t(".filters.apply") do %> <%= t(".filters.clear") %> - <%= t(".filters.of_filter") %> + <%= govuk_visually_hidden(t(".filters.of_filter")) %> <% end %>