Browse Source

CLDC-2171: Fix typo in homelessness question

pull/2263/head
Robert Sullivan 2 years ago
parent
commit
1f948154f5
  1. 2
      app/models/form/lettings/questions/homeless.rb

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

@ -12,7 +12,7 @@ class Form::Lettings::Questions::Homeless < ::Form::Question
end end
ANSWER_OPTIONS = { ANSWER_OPTIONS = {
"11" => { "value" => "Assessed by a local authority as homeless" }, "11" => { "value" => "Yes - assessed by a local authority as homeless" },
"1" => { "value" => "No" }, "1" => { "value" => "No" },
}.freeze }.freeze
end end

Loading…
Cancel
Save