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