Browse Source

Update fix choice content

pull/2845/head
Kat 6 months ago
parent
commit
3405542b71
  1. 2
      app/models/forms/bulk_upload_lettings_resume/fix_choice.rb
  2. 2
      app/models/forms/bulk_upload_sales_resume/fix_choice.rb

2
app/models/forms/bulk_upload_lettings_resume/fix_choice.rb

@ -14,7 +14,7 @@ module Forms
def options def options
[ [
OpenStruct.new(id: "create-fix-inline", name: "Upload these logs and fix errors on CORE site"), OpenStruct.new(id: "create-fix-inline", name: "Upload these logs and fix errors on CORE site"),
OpenStruct.new(id: "upload-again", name: "Fix errors in the CSV and re-upload"), OpenStruct.new(id: "upload-again", name: "Fix errors in the CSV and upload the file again"),
] ]
end end

2
app/models/forms/bulk_upload_sales_resume/fix_choice.rb

@ -14,7 +14,7 @@ module Forms
def options def options
[ [
OpenStruct.new(id: "create-fix-inline", name: "Upload these logs and fix errors on CORE site"), OpenStruct.new(id: "create-fix-inline", name: "Upload these logs and fix errors on CORE site"),
OpenStruct.new(id: "upload-again", name: "Fix errors in the CSV and re-upload"), OpenStruct.new(id: "upload-again", name: "Fix errors in the CSV and upload the file again"),
] ]
end end

Loading…
Cancel
Save