Browse Source

Merge pull request #255 from communitiesuk/786-tenant-code-hint

CLDC-786: Add hint text for tenant code
pull/257/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
72145c3282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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