From 4607c90e1218eaf91797681bf171a4786e2dffa8 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Mon, 19 Feb 2024 18:13:35 +0000 Subject: [PATCH] Fix informative text in value check --- app/models/form/lettings/pages/reasonother_value_check.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/form/lettings/pages/reasonother_value_check.rb b/app/models/form/lettings/pages/reasonother_value_check.rb index 98a3240d6..ccda997a7 100644 --- a/app/models/form/lettings/pages/reasonother_value_check.rb +++ b/app/models/form/lettings/pages/reasonother_value_check.rb @@ -9,6 +9,7 @@ class Form::Lettings::Pages::ReasonotherValueCheck < ::Form::Page } @informative_text = { "translation" => "soft_validations.reasonother.informative_text", + "arguments" => [], } end