diff --git a/app/models/form/lettings/questions/declaration.rb b/app/models/form/lettings/questions/declaration.rb index a1190dc5f..5d3f6d76b 100644 --- a/app/models/form/lettings/questions/declaration.rb +++ b/app/models/form/lettings/questions/declaration.rb @@ -12,7 +12,7 @@ class Form::Lettings::Questions::Declaration < ::Form::Question def answer_options 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 "The tenant has seen the MHCLG privacy notice" end