Browse Source

Typos

pull/1615/head
Kat 3 years ago
parent
commit
d90d1d7b85
  1. 8
      config/locales/en.yml
  2. 2
      spec/requests/bulk_upload_lettings_resume_controller_spec.rb
  3. 2
      spec/requests/bulk_upload_sales_resume_controller_spec.rb

8
config/locales/en.yml

@ -71,8 +71,8 @@ en:
forms/bulk_upload_lettings_resume/fix_choice: forms/bulk_upload_lettings_resume/fix_choice:
attributes: attributes:
choice: choice:
blank: Select how would you like to fix these errors blank: Select how you would like to fix these errors
inclusion: You must select one of the following options for how would like to fix errors inclusion: You must select one of the following options for how you would like to fix these errors
forms/bulk_upload_lettings_soft_validations_check/confirm_soft_errors: forms/bulk_upload_lettings_soft_validations_check/confirm_soft_errors:
attributes: attributes:
confirm_soft_errors: confirm_soft_errors:
@ -84,8 +84,8 @@ en:
forms/bulk_upload_sales_resume/fix_choice: forms/bulk_upload_sales_resume/fix_choice:
attributes: attributes:
choice: choice:
blank: Select how would you like to fix these errors blank: Select how you would like to fix these errors
inclusion: You must select one of the following options for how would like to fix errors inclusion: You must select one of the following options for how you would like to fix these errors
activerecord: activerecord:
errors: errors:

2
spec/requests/bulk_upload_lettings_resume_controller_spec.rb

@ -49,7 +49,7 @@ RSpec.describe BulkUploadLettingsResumeController, type: :request do
expect(response).to be_successful expect(response).to be_successful
expect(response.body).to include("Select how would you like to fix these errors") expect(response.body).to include("Select how you would like to fix these errors")
end end
end end

2
spec/requests/bulk_upload_sales_resume_controller_spec.rb

@ -49,7 +49,7 @@ RSpec.describe BulkUploadSalesResumeController, type: :request do
expect(response).to be_successful expect(response).to be_successful
expect(response.body).to include("Select how would you like to fix these errors") expect(response.body).to include("Select how you would like to fix these errors")
end end
end end

Loading…
Cancel
Save