|
|
|
@ -12,7 +12,7 @@ class Form::Lettings::Questions::Declaration < ::Form::Question |
|
|
|
|
|
|
|
|
|
|
|
def answer_options |
|
|
|
def answer_options |
|
|
|
declaration_text = if form.start_year_after_2024? |
|
|
|
declaration_text = if form.start_year_after_2024? |
|
|
|
"The tenant has seen or been given access to the MGCLG privacy notice" |
|
|
|
"The tenant has seen or been given access to the MHCLG privacy notice" |
|
|
|
else |
|
|
|
else |
|
|
|
"The tenant has seen the MHCLG privacy notice" |
|
|
|
"The tenant has seen the MHCLG privacy notice" |
|
|
|
end |
|
|
|
end |
|
|
|
|