From e106928f751d09af93886f42b32d4cd330e76aa1 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Mon, 17 Apr 2023 13:17:35 +0100 Subject: [PATCH] CLDC-2192 Copy changes for bulk upload checking file page (#1550) # Context - https://digital.dclg.gov.uk/jira/browse/CLDC-2192 # Changes - Copy changes for bulk upload checking file page --- .../bulk_upload_lettings_logs/forms/checking_file.html.erb | 6 +++--- .../bulk_upload_sales_logs/forms/checking_file.html.erb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/bulk_upload_lettings_logs/forms/checking_file.html.erb b/app/views/bulk_upload_lettings_logs/forms/checking_file.html.erb index f38178b7e..7524072a5 100644 --- a/app/views/bulk_upload_lettings_logs/forms/checking_file.html.erb +++ b/app/views/bulk_upload_lettings_logs/forms/checking_file.html.erb @@ -10,14 +10,14 @@ Upload lettings logs in bulk (<%= @form.year_combo %>)

We’re checking the file

-

Once this is done, we’ll email you the outcome.

+

Once this is done, we’ll email you the outcome.

- We’re checking for any missing data, issues or errors. Depending on the file size, this could take a few minutes. + We’re checking for any missing data, issues or errors. Depending on file size, this could take a few minutes.

- If there are errors we will email you a link to view all the errors. + If there are errors, we will email you to let you know how to fix them.

diff --git a/app/views/bulk_upload_sales_logs/forms/checking_file.html.erb b/app/views/bulk_upload_sales_logs/forms/checking_file.html.erb index b729abc09..c47a97d5e 100644 --- a/app/views/bulk_upload_sales_logs/forms/checking_file.html.erb +++ b/app/views/bulk_upload_sales_logs/forms/checking_file.html.erb @@ -10,14 +10,14 @@ Upload sales logs in bulk (<%= @form.year_combo %>)

We’re checking the file

-

Once this is done, we’ll email you the outcome.

+

Once this is done, we’ll email you the outcome.

- We’re checking for any missing data, issues or errors. Depending on the file size, this could take a few minutes. + We’re checking for any missing data, issues or errors. Depending on file size, this could take a few minutes.

- If there are errors we will email you a link to view all the errors. + If there are errors, we will email you to let you know how to fix them.