diff --git a/app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb b/app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb index c849afa61..8964438de 100644 --- a/app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb +++ b/app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb @@ -13,7 +13,7 @@

Upload your file

- All data must be complete and formatted correctly (CSV only) - if not, we will reject the entired file. + All data must be complete and formatted correctly (CSV only) - if not, we will reject the entire file.

<%= f.govuk_file_field :file, diff --git a/app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb b/app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb index 89af928a4..36e7240dc 100644 --- a/app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb +++ b/app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb @@ -13,7 +13,7 @@

Upload your file

- All data must be complete and formatted correctly (CSV only) - if not, we will reject the entired file. + All data must be complete and formatted correctly (CSV only) - if not, we will reject the entire file.

<%= f.govuk_file_field :file,