From 6aab9cf44e66b72a8239f324b049f1ed9ad7b1ba Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 3 Jan 2024 12:03:31 +0000 Subject: [PATCH] Remove hardcoded date example from mrcdate question (#2118) --- app/models/form/lettings/questions/mrcdate.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/form/lettings/questions/mrcdate.rb b/app/models/form/lettings/questions/mrcdate.rb index cadcd3a7a..09176dca6 100644 --- a/app/models/form/lettings/questions/mrcdate.rb +++ b/app/models/form/lettings/questions/mrcdate.rb @@ -6,7 +6,6 @@ class Form::Lettings::Questions::Mrcdate < ::Form::Question @header = "When were the repairs completed?" @type = "date" @check_answers_card_number = 0 - @hint_text = "For example, 27 3 2021." @question_number = 24 end end