|
|
|
|
@ -2,7 +2,7 @@ class Form::Lettings::Questions::NetIncomeKnown < ::Form::Question
|
|
|
|
|
def initialize(id, hsh, page) |
|
|
|
|
super |
|
|
|
|
@id = "net_income_known" |
|
|
|
|
@check_answer_label = "Do you know the household’s combined income?" |
|
|
|
|
@check_answer_label = "Do you know the household’s combined total income after tax?" |
|
|
|
|
@header = "Do you know the household’s combined income after tax?" |
|
|
|
|
@type = "radio" |
|
|
|
|
@check_answers_card_number = 0 |
|
|
|
|
|