Browse Source

Content tweaks

pull/684/head
baarkerlounger 3 years ago
parent
commit
a85a8e97c0
  1. 2
      app/models/form/setup/questions/needs_type.rb
  2. 2
      app/models/form/setup/questions/owning_organisation_id.rb

2
app/models/form/setup/questions/needs_type.rb

@ -4,7 +4,7 @@ class Form::Setup::Questions::NeedsType < ::Form::Question
@id = "needstype" @id = "needstype"
@check_answer_label = "Needs type" @check_answer_label = "Needs type"
@header = "What is the needs type?" @header = "What is the needs type?"
@hint_text = "" @hint_text = "General needs housing includes both self-contained and shared housing without support or specific adaptations. Supported housing can include direct access hostels, group homes, residential care and nursing homes."
@type = "radio" @type = "radio"
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@derived = true @derived = true

2
app/models/form/setup/questions/owning_organisation_id.rb

@ -3,7 +3,7 @@ class Form::Setup::Questions::OwningOrganisationId < ::Form::Question
super super
@id = "owning_organisation_id" @id = "owning_organisation_id"
@check_answer_label = "Owning organisation" @check_answer_label = "Owning organisation"
@header = "Which organisation is the owning organisation for this log?" @header = "Which organisation owns this log?"
@hint_text = "" @hint_text = ""
@type = "select" @type = "select"
@page = page @page = page

Loading…
Cancel
Save