From 5f8c430dd72d72aa03965018c3ec002059ea032a Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:20:41 +0100 Subject: [PATCH] update check answer label --- app/models/form/sales/questions/building_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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