Browse Source

feat: update header for housingneeds_other

pull/1389/head
Sam Seed 3 years ago
parent
commit
8406f9be77
  1. 2
      app/models/form/lettings/questions/housingneeds_other.rb

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

@ -3,7 +3,7 @@ class Form::Lettings::Questions::HousingneedsOther < ::Form::Question
super
@id = "housingneeds_other"
@check_answer_label = "Other disabled access needs"
@header = "Do they have any other access needs?"
@header = "Do they have any other disabled access needs?"
@type = "radio"
@check_answers_card_number = 0
@hint_text = ""

Loading…
Cancel
Save