|
|
|
|
@ -3,7 +3,7 @@ class Form::Sales::Questions::NumberOfOthersInProperty < ::Form::Question
|
|
|
|
|
super(id, hsh, page) |
|
|
|
|
@id = "hholdcount" |
|
|
|
|
@check_answer_label = "Number of other people living in the property" |
|
|
|
|
@header = "Besides the #{"buyer".pluralize(joint_purchase ? 2 : 1)}, how many other people live or will live in the property?" |
|
|
|
|
@header = "Besides the #{'buyer'.pluralize(joint_purchase ? 2 : 1)}, how many other people live or will live in the property?" |
|
|
|
|
@type = "numeric" |
|
|
|
|
@hint_text = hint(joint_purchase) |
|
|
|
|
@width = 2 |
|
|
|
|
|