From 386b26ea5d08b6109d665b50df47fefcced1bdc5 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 25 Jan 2024 09:39:38 +0000 Subject: [PATCH] feat: update hint text for 23/24 logs also --- app/models/form/lettings/questions/rsnvac.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/form/lettings/questions/rsnvac.rb b/app/models/form/lettings/questions/rsnvac.rb index bf1bbe203..d443d039d 100644 --- a/app/models/form/lettings/questions/rsnvac.rb +++ b/app/models/form/lettings/questions/rsnvac.rb @@ -62,7 +62,7 @@ class Form::Lettings::Questions::Rsnvac < ::Form::Question { "13" => { "value" => "Internal transfer", - "hint" => "Excluding renewals of a fixed-term tenancy", + "hint" => "Where a tenant moved from one social housing property to another property. Their landlord may be the same or may have changed.", }, "5" => { "value" => "Previous tenant died with no succession", @@ -72,6 +72,7 @@ class Form::Lettings::Questions::Rsnvac < ::Form::Question }, "14" => { "value" => "Renewal of fixed-term tenancy", + "hint" => "To the same tenant in the same property, except if was previously used as temporary accommodation.", }, "19" => { "value" => "Tenant involved in a succession downsize",