Browse Source

copy change for net income known question

pull/1386/head
Phil Lee 3 years ago
parent
commit
a25f71dbfa
  1. 2
      app/models/form/lettings/questions/net_income_known.rb

2
app/models/form/lettings/questions/net_income_known.rb

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

Loading…
Cancel
Save