From adec240349e23b7d54579f01059b5635b27a0d66 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:48:01 +0100 Subject: [PATCH] sofa surfing change --- app/models/form/lettings/questions/previous_tenure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/lettings/questions/previous_tenure.rb b/app/models/form/lettings/questions/previous_tenure.rb index 9bba7d31f..bf21f5b6d 100644 --- a/app/models/form/lettings/questions/previous_tenure.rb +++ b/app/models/form/lettings/questions/previous_tenure.rb @@ -50,7 +50,7 @@ class Form::Lettings::Questions::PreviousTenure < ::Form::Question "27" => { "value" => "Owner occupation (low-cost home ownership)" }, "26" => { "value" => "Owner occupation (private)" }, "28" => { "value" => "Living with friends or family (long-term)" }, - "39" => { "value" => "Sofa surfing (moving regularly between family and friends, no permanent bed)" }, + "39" => { "value" => "Sofa surfing (moving regularly between family or friends, no permanent bed)" }, "14" => { "value" => "Bed and breakfast" }, "7" => { "value" => "Direct access hostel" }, "10" => { "value" => "Hospital" },