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"
@check_answer_label = "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"
@answer_options = ANSWER_OPTIONS
@derived = true

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

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

Loading…
Cancel
Save