diff --git a/app/models/form/sales/questions/discounted_ownership_type.rb b/app/models/form/sales/questions/discounted_ownership_type.rb index 11d59fe04..b04e76c1e 100644 --- a/app/models/form/sales/questions/discounted_ownership_type.rb +++ b/app/models/form/sales/questions/discounted_ownership_type.rb @@ -4,7 +4,6 @@ class Form::Sales::Questions::DiscountedOwnershipType < ::Form::Question @id = "type" @check_answer_label = "Type of discounted ownership sale" @header = "What is the type of discounted ownership sale?" - @hint_text = "A discounted ownership sale is when the purchaser buys up to 75% of the property value and pays rent to the Private Registered Provider (PRP) on the remaining portion" @type = "radio" @answer_options = ANSWER_OPTIONS @page = page