diff --git a/app/views/schemes/download_csv.html.erb b/app/views/schemes/download_csv.html.erb index 41398dc14..2ed4ccb4d 100644 --- a/app/views/schemes/download_csv.html.erb +++ b/app/views/schemes/download_csv.html.erb @@ -11,6 +11,6 @@

We'll send a secure download link to your email address <%= @current_user.email %>.

<%= selected_schemes_and_locations_text(download_type, schemes) %>

- <%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: download_type } %> + <%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: } %>