|
|
|
@ -4,11 +4,11 @@ class Form::Lettings::Pages::MaxRentValueCheck < ::Form::Page
|
|
|
|
|
@id = "max_rent_value_check" |
|
|
|
|
@depends_on = [{ "rent_in_soft_max_range?" => true }] |
|
|
|
|
@title_text = { |
|
|
|
|
"translation" => "soft_validations.rent.max.title_text", |
|
|
|
|
"translation" => "soft_validations.rent.outside_range_title", |
|
|
|
|
"arguments" => [{ "key" => "brent", "label" => true, "i18n_template" => "brent" }], |
|
|
|
|
} |
|
|
|
|
@informative_text = { |
|
|
|
|
"translation" => "soft_validations.rent.max.hint_text", |
|
|
|
|
"translation" => "soft_validations.rent.max_hint_text", |
|
|
|
|
"arguments" => [ |
|
|
|
|
{ |
|
|
|
|
"key" => "soft_max_for_period", |
|
|
|
|