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" },