Browse Source

Update CYA

pull/1269/head
Jack S 3 years ago
parent
commit
a417e77646
  1. 2
      app/models/form/sales/questions/prevshared.rb

2
app/models/form/sales/questions/prevshared.rb

@ -2,7 +2,7 @@ class Form::Sales::Questions::Prevshared < ::Form::Question
def initialize(id, hsh, page)
super
@id = "prevshared"
@check_answer_label = "Buyers previously owned a shared property"
@check_answer_label = "Previous property shared ownership?"
@header = "Was the previous property a shared ownership property?"
@type = "radio"
@answer_options = ANSWER_OPTIONS

Loading…
Cancel
Save