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