From 138d53817956f3a0816d98df51c8a71950dab908 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Tue, 28 Oct 2025 13:14:01 +0000 Subject: [PATCH] CLDC-4013: Update sale type bulk uploading wording for 25/26 (#3110) question changed error text changed --- app/services/bulk_upload/sales/year2025/row_parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/services/bulk_upload/sales/year2025/row_parser.rb b/app/services/bulk_upload/sales/year2025/row_parser.rb index d4be45910..a78b9fe5d 100644 --- a/app/services/bulk_upload/sales/year2025/row_parser.rb +++ b/app/services/bulk_upload/sales/year2025/row_parser.rb @@ -12,7 +12,7 @@ class BulkUpload::Sales::Year2025::RowParser field_5: "Which organisation is reporting this sale?", field_6: "Username", field_7: "What is the purchaser code?", - field_8: "What is the sale type?", + field_8: "Is this a shared ownership or discounted ownership sale?", field_9: "What is the type of shared ownership sale?", field_10: "Is this a staircasing transaction?", field_11: "What is the type of discounted ownership sale?", @@ -311,7 +311,7 @@ class BulkUpload::Sales::Year2025::RowParser validates :field_8, presence: { - message: I18n.t("#{ERROR_BASE_KEY}.not_answered", question: "shared ownership sale type."), + message: I18n.t("#{ERROR_BASE_KEY}.not_answered", question: "sale type."), category: :setup, }, on: :after_log