Browse Source

feat: update hint text for 23/24 logs also

CLDC-3132-24-25-reason-for-vacancy-update
natdeanlewissoftwire 11 months ago
parent
commit
386b26ea5d
  1. 3
      app/models/form/lettings/questions/rsnvac.rb

3
app/models/form/lettings/questions/rsnvac.rb

@ -62,7 +62,7 @@ class Form::Lettings::Questions::Rsnvac < ::Form::Question
{ {
"13" => { "13" => {
"value" => "Internal transfer", "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" => { "5" => {
"value" => "Previous tenant died with no succession", "value" => "Previous tenant died with no succession",
@ -72,6 +72,7 @@ class Form::Lettings::Questions::Rsnvac < ::Form::Question
}, },
"14" => { "14" => {
"value" => "Renewal of fixed-term tenancy", "value" => "Renewal of fixed-term tenancy",
"hint" => "To the same tenant in the same property, except if was previously used as temporary accommodation.",
}, },
"19" => { "19" => {
"value" => "Tenant involved in a succession downsize", "value" => "Tenant involved in a succession downsize",

Loading…
Cancel
Save