From d48856e53bbe7e54f2545901c04319629ff44067 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 4 Jan 2022 17:24:36 +0000 Subject: [PATCH 1/2] Use recent date for date input hints --- Gemfile.lock | 1 + config/forms/2021_2022.json | 6 +++--- spec/fixtures/forms/2021_2022.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80b7fdf74..81349df1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -395,6 +395,7 @@ PLATFORMS arm64-darwin-21 x86_64-darwin-19 x86_64-darwin-20 + x86_64-darwin-21 x86_64-linux DEPENDENCIES diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 81027c7df..3d1254b19 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -101,7 +101,7 @@ "startdate": { "check_answer_label": "Tenancy start date", "header": "What is the tenancy start date?", - "hint_text": "For example, 27 3 2007", + "hint_text": "For example, 27 3 2021", "type": "date" } }, @@ -181,7 +181,7 @@ "sale_completion_date": { "check_answer_label": "Sale completion date", "header": "What is the sale completion date?", - "hint_text": "For example, 27 3 2007", + "hint_text": "For example, 27 3 2021", "type": "date" } }, @@ -1725,7 +1725,7 @@ "mrcdate": { "check_answer_label": "Completion date of repairs", "header": "When were the repairs completed?", - "hint_text": "For example, 27 3 2007", + "hint_text": "For example, 27 3 2021", "type": "date" } }, diff --git a/spec/fixtures/forms/2021_2022.json b/spec/fixtures/forms/2021_2022.json index 1b4455e96..d9f5aa1d8 100644 --- a/spec/fixtures/forms/2021_2022.json +++ b/spec/fixtures/forms/2021_2022.json @@ -616,7 +616,7 @@ "mrcdate": { "check_answer_label": "What was the major repairs completion date?", "header": "What was the major repairs completion date?", - "hint_text": "For example, 27 3 2007", + "hint_text": "For example, 27 3 2021", "type": "date" } } From 9c9a66c6b216e272f987874ddc094cad376b20e6 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Wed, 5 Jan 2022 15:13:19 +0000 Subject: [PATCH 2/2] Correct question title for property reference --- config/forms/2021_2022.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 3d1254b19..97c15becb 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -166,7 +166,7 @@ "questions": { "propcode": { "check_answer_label": "Property reference", - "header": "What’s the property reference?", + "header": "What is the property reference?", "hint_text": "This is how you refer to the property in your own systems.", "type": "text", "width": 10