|
|
@ -1,6 +1,7 @@ |
|
|
|
class Form::Sales::Pages::UprnConfirmation < ::Form::Page |
|
|
|
class Form::Sales::Pages::UprnConfirmation < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
|
|
|
|
@id = "uprn_confirmation" |
|
|
|
@header = "We found an address that might be this property" |
|
|
|
@header = "We found an address that might be this property" |
|
|
|
@copy_key = "sales.property.uprn_confirmed" |
|
|
|
@copy_key = "sales.property.uprn_confirmed" |
|
|
|
end |
|
|
|
end |
|
|
|