Browse Source

CLDC-1828 amend copy on soft validation screen for rent value (#1251)

* amend copy on soft validation screen for rent value

* amend copy after PO review
pull/1266/head
Arthur Campbell 2 years ago committed by GitHub
parent
commit
4597d5b50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      config/forms/2021_2022.json
  2. 32
      config/forms/2022_2023.json
  3. 9
      config/locales/en.yml

8
config/forms/2021_2022.json

@ -8411,7 +8411,7 @@
}
],
"title_text": {
"translation": "soft_validations.rent.min.title_text",
"translation": "soft_validations.rent.outside_range_title",
"arguments": [
{
"key": "brent",
@ -8421,7 +8421,7 @@
]
},
"informative_text": {
"translation": "soft_validations.rent.min.hint_text",
"translation": "soft_validations.rent.min_hint_text",
"arguments": [
{
"key": "soft_min_for_period",
@ -8463,7 +8463,7 @@
}
],
"title_text": {
"translation": "soft_validations.rent.max.title_text",
"translation": "soft_validations.rent.outside_range_title",
"arguments": [
{
"key": "brent",
@ -8473,7 +8473,7 @@
]
},
"informative_text": {
"translation": "soft_validations.rent.max.hint_text",
"translation": "soft_validations.rent.max_hint_text",
"arguments": [
{
"key": "soft_max_for_period",

32
config/forms/2022_2023.json

@ -8376,7 +8376,7 @@
}
],
"title_text": {
"translation": "soft_validations.rent.min.title_text",
"translation": "soft_validations.rent.outside_range_title",
"arguments": [
{
"key": "brent",
@ -8385,16 +8385,7 @@
}
]
},
"informative_text": {
"translation": "soft_validations.rent.min.hint_text",
"arguments": [
{
"key": "soft_min_for_period",
"label": false,
"i18n_template": "soft_min_for_period"
}
]
},
"informative_text": {},
"questions": {
"rent_value_check": {
"check_answer_label": "Total rent confirmation",
@ -8408,7 +8399,8 @@
}
]
},
"header": "Are you sure this is correct?",
"header": "This rent is lower than expected for this property type, in this area. Check:",
"hint_text": "<ul><li>the decimal point is not missing (£X.XX)</li><li>the frequency is correct, for example weekly, monthly</li><li>the rent type is correct, for example affordable or social rent</li></ul><p>Are you sure this is correct?</p>",
"type": "interruption_screen",
"answer_options": {
"0": {
@ -8428,7 +8420,7 @@
}
],
"title_text": {
"translation": "soft_validations.rent.max.title_text",
"translation": "soft_validations.rent.outside_range_title",
"arguments": [
{
"key": "brent",
@ -8437,16 +8429,7 @@
}
]
},
"informative_text": {
"translation": "soft_validations.rent.max.hint_text",
"arguments": [
{
"key": "soft_max_for_period",
"label": false,
"i18n_template": "soft_max_for_period"
}
]
},
"informative_text": {},
"questions": {
"rent_value_check": {
"check_answer_label": "Total rent confirmation",
@ -8460,7 +8443,8 @@
}
]
},
"header": "Are you sure this is correct?",
"header": "This rent is higher than expected for this property type, in this area. Check:",
"hint_text": "<ul><li>the decimal point is not missing (£X.XX)</li><li>the frequency is correct, for example weekly, monthly</li><li>the rent type is correct, for example affordable or social rent</li></ul><p>Are you sure this is correct?</p>",
"type": "interruption_screen",
"answer_options": {
"0": {

9
config/locales/en.yml

@ -448,12 +448,9 @@ en:
in_soft_max_range:
message: "Net income is higher than expected based on the lead tenant’s working situation. Are you sure this is correct?"
rent:
min:
title_text: "You told us the rent is %{brent}"
hint_text: "The minimum rent expected for this type of property in this local authority is £%{soft_min_for_period}."
max:
title_text: "You told us the rent is %{brent}"
hint_text: "The maximum rent expected for this type of property in this local authority is £%{soft_max_for_period}."
outside_range_title: "You told us the rent is %{brent}"
min_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 this local authority is £%{soft_max_for_period}."
retirement:
min:
title: "You told us this person is under %{age} and retired"

Loading…
Cancel
Save