Browse Source

feat: update header for housingneeds_other (#1389)

pull/1394/head
SamSeed-Softwire 2 years ago committed by GitHub
parent
commit
1b34af2629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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