Browse Source

copy change for local authority known question (#1387)

pull/1395/head
Phil Lee 2 years ago committed by GitHub
parent
commit
83981ea993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/form/sales/questions/property_local_authority_known.rb

2
app/models/form/sales/questions/property_local_authority_known.rb

@ -3,7 +3,7 @@ class Form::Sales::Questions::PropertyLocalAuthorityKnown < ::Form::Question
super
@id = "la_known"
@check_answer_label = "Local authority known"
@header = "Do you know the local authority of the property?"
@header = "Do you know the property’s local authority?"
@type = "radio"
@answer_options = ANSWER_OPTIONS
@conditional_for = { "la" => [1] }

Loading…
Cancel
Save