Browse Source

copy fix for sentence case

bulk-upload-sentence-case
Phil Lee 2 years ago
parent
commit
a877e6a4aa
  1. 62
      app/services/bulk_upload/lettings/year2022/row_parser.rb
  2. 40
      app/services/bulk_upload/sales/year2022/row_parser.rb

62
app/services/bulk_upload/lettings/year2022/row_parser.rb

@ -14,37 +14,37 @@ class BulkUpload::Lettings::Year2022::RowParser
field_9: "What is the tenancy type?", field_9: "What is the tenancy type?",
field_10: "If 'Other', what is the tenancy type?", field_10: "If 'Other', what is the tenancy type?",
field_11: "What is the length of the fixed-term tenancy to the nearest year?", field_11: "What is the length of the fixed-term tenancy to the nearest year?",
field_12: "Age of Person 1", field_12: "Age of person 1",
field_13: "Age of Person 2", field_13: "Age of person 2",
field_14: "Age of Person 3", field_14: "Age of person 3",
field_15: "Age of Person 4", field_15: "Age of person 4",
field_16: "Age of Person 5", field_16: "Age of person 5",
field_17: "Age of Person 6", field_17: "Age of person 6",
field_18: "Age of Person 7", field_18: "Age of person 7",
field_19: "Age of Person 8", field_19: "Age of person 8",
field_20: "Gender identity of Person 1", field_20: "Gender identity of person 1",
field_21: "Gender identity of Person 2", field_21: "Gender identity of person 2",
field_22: "Gender identity of Person 3", field_22: "Gender identity of person 3",
field_23: "Gender identity of Person 4", field_23: "Gender identity of person 4",
field_24: "Gender identity of Person 5", field_24: "Gender identity of person 5",
field_25: "Gender identity of Person 6", field_25: "Gender identity of person 6",
field_26: "Gender identity of Person 7", field_26: "Gender identity of person 7",
field_27: "Gender identity of Person 8", field_27: "Gender identity of person 8",
field_28: "Relationship to Person 1 for Person 2", field_28: "Relationship to person 1 for person 2",
field_29: "Relationship to Person 1 for Person 3", field_29: "Relationship to person 1 for person 3",
field_30: "Relationship to Person 1 for Person 4", field_30: "Relationship to person 1 for person 4",
field_31: "Relationship to Person 1 for Person 5", field_31: "Relationship to person 1 for person 5",
field_32: "Relationship to Person 1 for Person 6", field_32: "Relationship to person 1 for person 6",
field_33: "Relationship to Person 1 for Person 7", field_33: "Relationship to person 1 for person 7",
field_34: "Relationship to Person 1 for Person 8", field_34: "Relationship to person 1 for person 8",
field_35: "Working situation of Person 1", field_35: "Working situation of person 1",
field_36: "Working situation of Person 2", field_36: "Working situation of person 2",
field_37: "Working situation of Person 3", field_37: "Working situation of person 3",
field_38: "Working situation of Person 4", field_38: "Working situation of person 4",
field_39: "Working situation of Person 5", field_39: "Working situation of person 5",
field_40: "Working situation of Person 6", field_40: "Working situation of person 6",
field_41: "Working situation of Person 7", field_41: "Working situation of person 7",
field_42: "Working situation of Person 8", field_42: "Working situation of person 8",
field_43: "What is the lead tenant's ethnic group?", field_43: "What is the lead tenant's ethnic group?",
field_44: "What is the lead tenant's nationality?", field_44: "What is the lead tenant's nationality?",
field_45: "Does anybody in the household have links to the UK armed forces?", field_45: "Does anybody in the household have links to the UK armed forces?",

40
app/services/bulk_upload/sales/year2022/row_parser.rb

@ -10,28 +10,28 @@ class BulkUpload::Sales::Year2022::RowParser
field_5: "This question has been removed", field_5: "This question has been removed",
field_6: "Was the buyer interviewed for any of the answers you will provide on this log?", field_6: "Was the buyer interviewed for any of the answers you will provide on this log?",
field_7: "Age of Buyer 1", field_7: "Age of Buyer 1",
field_8: "Age of Person 2", field_8: "Age of person 2",
field_9: "Age of Person 3", field_9: "Age of person 3",
field_10: "Age of Person 4", field_10: "Age of person 4",
field_11: "Age of Person 5", field_11: "Age of person 5",
field_12: "Age of Person 6", field_12: "Age of person 6",
field_13: "Gender identity of Buyer 1", field_13: "Gender identity of Buyer 1",
field_14: "Gender identity of Person 2", field_14: "Gender identity of person 2",
field_15: "Gender identity of Person 3", field_15: "Gender identity of person 3",
field_16: "Gender identity of Person 4", field_16: "Gender identity of person 4",
field_17: "Gender identity of Person 5", field_17: "Gender identity of person 5",
field_18: "Gender identity of Person 6", field_18: "Gender identity of person 6",
field_19: "Relationship to Buyer 1 for Person 2", field_19: "Relationship to Buyer 1 for person 2",
field_20: "Relationship to Buyer 1 for Person 3", field_20: "Relationship to Buyer 1 for person 3",
field_21: "Relationship to Buyer 1 for Person 4", field_21: "Relationship to Buyer 1 for person 4",
field_22: "Relationship to Buyer 1 for Person 5", field_22: "Relationship to Buyer 1 for person 5",
field_23: "Relationship to Buyer 1 for Person 6", field_23: "Relationship to Buyer 1 for person 6",
field_24: "Working situation of Buyer 1", field_24: "Working situation of Buyer 1",
field_25: "Working situation of Person 2", field_25: "Working situation of person 2",
field_26: "Working situation of Person 3", field_26: "Working situation of person 3",
field_27: "Working situation of Person 4", field_27: "Working situation of person 4",
field_28: "Working situation of Person 5", field_28: "Working situation of person 5",
field_29: "Working situation of Person 6", field_29: "Working situation of person 6",
field_30: "What is buyer 1's ethnic group?", field_30: "What is buyer 1's ethnic group?",
field_31: "What is buyer 1's nationality?", field_31: "What is buyer 1's nationality?",
field_32: "What is buyer 1's gross annual income?", field_32: "What is buyer 1's gross annual income?",

Loading…
Cancel
Save