From a417e7764611a7d899eca914d96d5a0fc7e56f9c Mon Sep 17 00:00:00 2001 From: Jack S Date: Fri, 10 Feb 2023 12:54:16 +0000 Subject: [PATCH] Update CYA --- app/models/form/sales/questions/prevshared.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/prevshared.rb b/app/models/form/sales/questions/prevshared.rb index 129783165..2c09cf485 100644 --- a/app/models/form/sales/questions/prevshared.rb +++ b/app/models/form/sales/questions/prevshared.rb @@ -2,7 +2,7 @@ class Form::Sales::Questions::Prevshared < ::Form::Question def initialize(id, hsh, page) super @id = "prevshared" - @check_answer_label = "Buyers previously owned a shared property" + @check_answer_label = "Previous property shared ownership?" @header = "Was the previous property a shared ownership property?" @type = "radio" @answer_options = ANSWER_OPTIONS