Browse Source

Add hint text for tenant code

pull/255/head
Paul Robert Lloyd 3 years ago
parent
commit
6fdec6071c
  1. 4
      config/forms/2021_2022.json
  2. 1
      spec/fixtures/forms/2021_2022.json

4
config/forms/2021_2022.json

@ -164,7 +164,7 @@
"tenant_code": { "tenant_code": {
"check_answer_label": "Tenant code", "check_answer_label": "Tenant code",
"header": "What is the 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", "type": "text",
"width": 10 "width": 10
} }
@ -181,7 +181,7 @@
"propcode": { "propcode": {
"check_answer_label": "Property reference", "check_answer_label": "Property reference",
"header": "What is the 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", "type": "text",
"width": 10 "width": 10
} }

1
spec/fixtures/forms/2021_2022.json vendored

@ -12,6 +12,7 @@
"tenant_code": { "tenant_code": {
"check_answer_label": "Tenant code", "check_answer_label": "Tenant code",
"header": "What is the 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", "type": "text",
"width": 10 "width": 10
} }

Loading…
Cancel
Save