diff --git a/app/models/form/sales/questions/building_type.rb b/app/models/form/sales/questions/building_type.rb index 2ddded5b7..6673d5a6d 100644 --- a/app/models/form/sales/questions/building_type.rb +++ b/app/models/form/sales/questions/building_type.rb @@ -2,7 +2,7 @@ class Form::Sales::Questions::BuildingType < ::Form::Question def initialize(id, hsh, page) super @id = "builtype" - @check_answer_label = "Building type" + @check_answer_label = "Type of building" @header = "What type of building is the property?" @type = "radio" @answer_options = ANSWER_OPTIONS