Browse Source

correct linting error

pull/1452/head
Arthur Campbell 3 years ago
parent
commit
e1231ccb19
  1. 2
      app/models/form/sales/questions/number_of_others_in_property.rb

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

@ -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

Loading…
Cancel
Save