diff --git a/app/views/bulk_upload_lettings_results/show.html.erb b/app/views/bulk_upload_lettings_results/show.html.erb index 63c7d3241..d42ad40f9 100644 --- a/app/views/bulk_upload_lettings_results/show.html.erb +++ b/app/views/bulk_upload_lettings_results/show.html.erb @@ -7,7 +7,7 @@ Here’s a list of everything that you need to fix your spreadsheet. You can download the <%= govuk_link_to "specification", Forms::BulkUploadLettings::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file. -
- Filename: <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
diff --git a/app/views/bulk_upload_lettings_resume/fix_choice.html.erb b/app/views/bulk_upload_lettings_resume/fix_choice.html.erb index d887ec98e..05af0fd35 100644 --- a/app/views/bulk_upload_lettings_resume/fix_choice.html.erb +++ b/app/views/bulk_upload_lettings_resume/fix_choice.html.erb @@ -7,7 +7,7 @@Some data from your bulk upload might not be right. Check your file for any errors in the fields below.
- <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
- Filename: <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
diff --git a/app/views/bulk_upload_sales_resume/fix_choice.html.erb b/app/views/bulk_upload_sales_resume/fix_choice.html.erb index ad4dce814..050eb4da2 100644 --- a/app/views/bulk_upload_sales_resume/fix_choice.html.erb +++ b/app/views/bulk_upload_sales_resume/fix_choice.html.erb @@ -7,7 +7,7 @@Some data from your bulk upload might not be right. Check your file for any errors in the fields below.
- <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
Bulk Upload details:
- <%= @bulk_upload.filename %>
+ File: <%= @bulk_upload.filename %>
Uploaded on <%= @bulk_upload.created_at.to_fs(:govuk_date_and_time) %>