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 %>