Browse Source

update check answer label

pull/911/head
Ted-U 3 years ago committed by Jack S
parent
commit
5f8c430dd7
  1. 2
      app/models/form/sales/questions/building_type.rb

2
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

Loading…
Cancel
Save