@ -6,11 +6,7 @@ module InterruptionScreenHelper
informative_text["arguments"].each do |argument|
value = if argument["label"]
pre_casing_value = lettings_log.form.get_question(argument["key"], lettings_log).answer_label(lettings_log)
if argument["key"] == "la"
pre_casing_value.downcase
pre_casing_value
else
end
lettings_log.public_send(argument["key"])
@ -8430,11 +8430,6 @@
"informative_text": {
"translation": "soft_validations.rent.min.hint_text",
"arguments": [
{
"key": "la",
"label": true,
"i18n_template": "la"
},
"key": "soft_min_for_period",
"label": false,
@ -8487,11 +8482,6 @@
"translation": "soft_validations.rent.max.hint_text",
"key": "soft_max_for_period",
@ -8386,11 +8386,6 @@
@ -8443,11 +8438,6 @@
@ -322,10 +322,10 @@ en:
rent:
min:
title_text: "You told us the rent is %{brent}"
hint_text: "The minimum rent expected for this type of property in %{la} is £%{soft_min_for_period}."
hint_text: "The minimum rent expected for this type of property in this local authority is £%{soft_min_for_period}."
max:
hint_text: "The maximum rent expected for this type of property in %{la} is £%{soft_max_for_period}."
hint_text: "The maximum rent expected for this type of property in this local authority is £%{soft_max_for_period}."
retirement:
title: "You told us this person is under %{age} and retired"