Browse Source

Correct uprn selection header back to original

pull/2694/head
Manny Dinssa 8 months ago
parent
commit
5565a26647
  1. 2
      app/models/form/sales/questions/uprn_selection.rb

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

@ -2,7 +2,7 @@ class Form::Sales::Questions::UprnSelection < ::Form::Question
def initialize(id, hsh, page) def initialize(id, hsh, page)
super super
@id = "uprn_selection" @id = "uprn_selection"
@header = "We found some addresses that might be this property" @header = "Select the correct address"
@type = "radio" @type = "radio"
@disable_clearing_if_not_routed_or_dynamic_answer_options = true @disable_clearing_if_not_routed_or_dynamic_answer_options = true
end end

Loading…
Cancel
Save