Browse Source

Remove wrong hint text

pull/882/head
Kat 3 years ago
parent
commit
2daee09bec
  1. 1
      app/models/form/sales/questions/discounted_ownership_type.rb

1
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

Loading…
Cancel
Save