From 13a6d1b49449e3d9f1481a35f0b9fa0307d25bbc Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:45:57 +0000 Subject: [PATCH] Make link shorter --- app/components/create_log_actions_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/create_log_actions_component.html.erb b/app/components/create_log_actions_component.html.erb index ece8af2a8..4b74c8901 100644 --- a/app/components/create_log_actions_component.html.erb +++ b/app/components/create_log_actions_component.html.erb @@ -11,7 +11,7 @@ <% if FeatureToggle.create_test_logs_enabled? %> <%= govuk_link_to "Create test log", create_test_log_href %> <%= govuk_link_to "Create test log (setup only)", create_setup_test_log_href %> - <%= govuk_link_to "Create test BU file (2024)", create_2024_test_bulk_upload_href %> + <%= govuk_link_to "Get test BU file (2024)", create_2024_test_bulk_upload_href %> <% end %> <% end %>