Browse Source

fix typo in bulk upload journey

pull/1043/head
Phil Lee 4 years ago
parent
commit
c96403b533
  1. 2
      app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb
  2. 2
      app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb

2
app/views/bulk_upload_lettings_logs/forms/upload_your_file.html.erb

@ -13,7 +13,7 @@
<h1 class="govuk-heading-l">Upload your file</h1>
<p class="govuk-body">
All data must be complete and formatted correctly (CSV <strong>only</strong>) - if not, we will reject the entired file.
All data must be complete and formatted correctly (CSV <strong>only</strong>) - if not, we will reject the entire file.
</p>
<%= f.govuk_file_field :file,

2
app/views/bulk_upload_sales_logs/forms/upload_your_file.html.erb

@ -13,7 +13,7 @@
<h1 class="govuk-heading-l">Upload your file</h1>
<p class="govuk-body">
All data must be complete and formatted correctly (CSV <strong>only</strong>) - if not, we will reject the entired file.
All data must be complete and formatted correctly (CSV <strong>only</strong>) - if not, we will reject the entire file.
</p>
<%= f.govuk_file_field :file,

Loading…
Cancel
Save