Browse Source

Fix typo

pull/2530/head
Manny Dinssa 2 years ago
parent
commit
d552d25493
  1. 2
      app/models/form/lettings/questions/declaration.rb

2
app/models/form/lettings/questions/declaration.rb

@ -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

Loading…
Cancel
Save