Browse Source

Fix informative text in value check

pull/2236/head
Rachael Booth 2 years ago
parent
commit
4607c90e12
  1. 1
      app/models/form/lettings/pages/reasonother_value_check.rb

1
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

Loading…
Cancel
Save