From 6fdec6071c07298bced3126c5a4ea4852b242a03 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Thu, 27 Jan 2022 15:35:53 +0000 Subject: [PATCH] Add hint text for tenant code --- config/forms/2021_2022.json | 4 ++-- spec/fixtures/forms/2021_2022.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 9f7f71791..5f9cc5d4b 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -164,7 +164,7 @@ "tenant_code": { "check_answer_label": "Tenant code", "header": "What is the tenant code?", - "hint_text": "", + "hint_text": "This is how you usually refer to this tenancy on your own systems.", "type": "text", "width": 10 } @@ -181,7 +181,7 @@ "propcode": { "check_answer_label": "Property reference", "header": "What is the property reference?", - "hint_text": "This is how you refer to the property in your own systems", + "hint_text": "This is how you usually refer to this property on your own systems.", "type": "text", "width": 10 } diff --git a/spec/fixtures/forms/2021_2022.json b/spec/fixtures/forms/2021_2022.json index eb17f44de..35dacfa62 100644 --- a/spec/fixtures/forms/2021_2022.json +++ b/spec/fixtures/forms/2021_2022.json @@ -12,6 +12,7 @@ "tenant_code": { "check_answer_label": "Tenant code", "header": "What is the tenant code?", + "hint_text": "This is how you usually refer to this tenancy on your own systems.", "type": "text", "width": 10 }