diff --git a/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb b/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb index 20ff041d9..418387fc9 100644 --- a/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb +++ b/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb @@ -5,9 +5,9 @@
Bulk upload for lettings (<%= @bulk_upload.year_combo %>) -

These logs have already been created

+

These logs have been created

-

You have chosen to create logs from your recent bulk upload. To view and update these logs, return to the list of lettings logs.

+

You have created logs from your bulk upload. Return to lettings logs to view them.

<%= govuk_button_link_to "Return to lettings logs", lettings_logs_path %>
diff --git a/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb b/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb index a6600d15f..211f9c03c 100644 --- a/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb +++ b/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb @@ -5,9 +5,9 @@
Bulk upload for sales (<%= @bulk_upload.year_combo %>) -

These logs have already been created

+

These logs have been created

-

You have chosen to create logs from your recent bulk upload. To view and update these logs, return to the list of sales logs.

+

You have created logs from your bulk upload. Return to sales logs to view them.

<%= govuk_button_link_to "Return to sales logs", sales_logs_path %>