From 48b574fb1f138aa3e99bbf48b9f8caae7493825a Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:43:55 +0100 Subject: [PATCH] copy fix --- 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 c35d08d13..9bba7d31f 100644 --- a/app/models/form/lettings/questions/previous_tenure.rb +++ b/app/models/form/lettings/questions/previous_tenure.rb @@ -49,7 +49,7 @@ class Form::Lettings::Questions::PreviousTenure < ::Form::Question "3" => { "value" => "Private sector tenancy" }, "27" => { "value" => "Owner occupation (low-cost home ownership)" }, "26" => { "value" => "Owner occupation (private)" }, - "28" => { "value" => "Living with friends and family (long-term)" }, + "28" => { "value" => "Living with friends or family (long-term)" }, "39" => { "value" => "Sofa surfing (moving regularly between family and friends, no permanent bed)" }, "14" => { "value" => "Bed and breakfast" }, "7" => { "value" => "Direct access hostel" },