Browse Source

Correct uprn confirmed header back to original

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

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

@ -2,7 +2,7 @@ class Form::Sales::Questions::UprnConfirmation < ::Form::Question
def initialize(id, hsh, page)
super
@id = "uprn_confirmed"
@header = "We found an address that might be this property"
@header = "Is this the property address?"
@type = "radio"
end

Loading…
Cancel
Save