diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index cb1208e53..c3b2c6d22 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -4578,7 +4578,7 @@ }, "net_income_value_check": { "depends_on": [{ "net_income_soft_validation_triggered?": true }], - "title_text": "Net income is higher than expected based on the main tenant’s working situation", + "title_text": "Net income is outside the expected range based on the main tenant’s working situation", "informative_text": { "translation": "soft_validations.net_income.hint_text", "argument": ["ecstat1", "earnings"] diff --git a/spec/features/form/validations_spec.rb b/spec/features/form/validations_spec.rb index 187485614..3abf4b9e7 100644 --- a/spec/features/form/validations_spec.rb +++ b/spec/features/form/validations_spec.rb @@ -130,7 +130,7 @@ RSpec.describe "validations" do choose("case-log-incfreq-0-field", allow_label_click: true) click_button("Save and continue") expect(page).to have_current_path("/logs/#{case_log.id}/net-income-value-check") - expect(page).to have_content("Net income is higher than expected based on the main tenant’s working situation") + expect(page).to have_content("Net income is outside the expected range based on the main tenant’s working situation") expect(page).to have_content("This is based on the tenant’s work situation: Full-time – 30 hours or more") expect(page).to have_content("The household income you have entered is £750.00 every week") choose("case-log-net-income-value-check-0-field", allow_label_click: true) diff --git a/spec/fixtures/forms/2021_2022.json b/spec/fixtures/forms/2021_2022.json index 59331df9a..a943de777 100644 --- a/spec/fixtures/forms/2021_2022.json +++ b/spec/fixtures/forms/2021_2022.json @@ -539,7 +539,7 @@ }, "net_income_value_check": { "depends_on": [{ "net_income_soft_validation_triggered?": true }], - "title_text": "Net income is higher than expected based on the main tenant’s working situation", + "title_text": "Net income is outside the expected range based on the main tenant’s working situation", "informative_text": { "translation": "soft_validations.net_income.hint_text", "argument": ["ecstat1", "earnings"]