From 2bf8b184ccd0e5d725f5dcbd22b9bb220c3a8000 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Fri, 27 Mar 2026 11:48:16 +0000 Subject: [PATCH] CLDC-4356: Add hyphen to building type Purpose-built in sales --- app/models/form/sales/questions/property_building_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/property_building_type.rb b/app/models/form/sales/questions/property_building_type.rb index a1bc3a7d8..25e07bfa7 100644 --- a/app/models/form/sales/questions/property_building_type.rb +++ b/app/models/form/sales/questions/property_building_type.rb @@ -9,7 +9,7 @@ class Form::Sales::Questions::PropertyBuildingType < ::Form::Question end ANSWER_OPTIONS = { - "1" => { "value" => "Purpose built" }, + "1" => { "value" => "Purpose-built" }, "2" => { "value" => "Converted from previous residential or non-residential property" }, }.freeze