From d552d25493be91257708fa8505ab6cd91cfc0b9a Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:37:04 +0100 Subject: [PATCH] Fix typo --- app/models/form/lettings/questions/declaration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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