Browse Source

Use recent date for date input hints

pull/189/head
Paul Robert Lloyd 3 years ago
parent
commit
d48856e53b
  1. 1
      Gemfile.lock
  2. 6
      config/forms/2021_2022.json
  3. 2
      spec/fixtures/forms/2021_2022.json

1
Gemfile.lock

@ -395,6 +395,7 @@ PLATFORMS
arm64-darwin-21 arm64-darwin-21
x86_64-darwin-19 x86_64-darwin-19
x86_64-darwin-20 x86_64-darwin-20
x86_64-darwin-21
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES

6
config/forms/2021_2022.json

@ -101,7 +101,7 @@
"startdate": { "startdate": {
"check_answer_label": "Tenancy start date", "check_answer_label": "Tenancy start date",
"header": "What is the 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" "type": "date"
} }
}, },
@ -181,7 +181,7 @@
"sale_completion_date": { "sale_completion_date": {
"check_answer_label": "Sale completion date", "check_answer_label": "Sale completion date",
"header": "What is the 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" "type": "date"
} }
}, },
@ -1725,7 +1725,7 @@
"mrcdate": { "mrcdate": {
"check_answer_label": "Completion date of repairs", "check_answer_label": "Completion date of repairs",
"header": "When were the repairs completed?", "header": "When were the repairs completed?",
"hint_text": "For example, 27 3 2007", "hint_text": "For example, 27 3 2021",
"type": "date" "type": "date"
} }
}, },

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

@ -616,7 +616,7 @@
"mrcdate": { "mrcdate": {
"check_answer_label": "What was the major repairs completion date?", "check_answer_label": "What was the major repairs completion date?",
"header": "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" "type": "date"
} }
} }

Loading…
Cancel
Save