From 2daee09bec7a619b8e26fc0fdd8f750db6d20da9 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 20 Sep 2022 10:01:47 +0100 Subject: [PATCH] Remove wrong hint text --- app/models/form/sales/questions/discounted_ownership_type.rb | 1 - 1 file changed, 1 deletion(-) 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