From c96403b533a947564eedc8c02b943e9a69b10f93 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Wed, 7 Dec 2022 16:28:58 +0000 Subject: [PATCH] fix typo in bulk upload journey --- .../bulk_upload_lettings_logs/forms/upload_your_file.html.erb | 2 +- .../bulk_upload_sales_logs/forms/upload_your_file.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,