hof 21.0.18-axios-beta → 21.0.20-axios-beta

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@
2
2
  "fields": {
3
3
  "landing-page-radio": {
4
4
  "legend": "Which form would you like to explore?",
5
+ "hint": "Choose one of the options below and press continue.",
5
6
  "options": {
6
7
  "basic-form": {
7
8
  "label": "Basic form"
@@ -18,7 +19,7 @@
18
19
  "label": "Full name"
19
20
  },
20
21
  "dateOfBirth": {
21
- "legend": "Date of birth",
22
+ "legend": "What is your date of birth?",
22
23
  "hint": "For example, 31 10 1990"
23
24
  },
24
25
  "building": {
@@ -56,7 +57,7 @@
56
57
  }
57
58
  },
58
59
  "countryOfHearing": {
59
- "label": "Country of hearing",
60
+ "legend": "What country was the appeal lodged?",
60
61
  "options": {
61
62
  "englandAndWales": {
62
63
  "label": "England and Wales"
@@ -80,49 +81,45 @@
80
81
  "legend": "International phone number"
81
82
  },
82
83
  "complaintDetails": {
83
- "label": "Complaint details"
84
+ "label": "Complaint details",
85
+ "hint": "Briefly summarise your complaint. Include anything that can help our investigation."
86
+ },
87
+ "whatHappened": {
88
+ "label": "What happened",
89
+ "hint": "Briefly summarise what happened."
84
90
  },
85
91
  "countrySelect": {
86
- "label": "Select a country",
92
+ "label": "Which country are you based in?",
87
93
  "hint": "Start to type the country name and options will appear"
88
94
  },
89
95
  "appealStages": {
90
96
  "label": "Appeal stage",
97
+ "hint": "Choose an appeal stage from the drop down menu",
91
98
  "options": {
92
99
  "null": "Select..."
93
100
  }
94
101
  }
95
102
  },
96
103
  "journey": {
97
- "header": "HOF Bootstrap Sandbox Form"
104
+ "header": "HOF Bootstrap Sandbox Form",
105
+ "confirmation": {
106
+ "details": "Your reference number <br><strong>HDJ2123F</strong>"
107
+ }
98
108
  },
99
109
  "pages": {
100
110
  "landing-page": {
101
- "header": "Landing page",
102
- "intro": "Choose one of the options below and press continue."
111
+ "header": "Landing page"
103
112
  },
104
113
  "build-your-own-form": {
105
114
  "title": "Build your own form",
106
115
  "subheader": "Access the build your own form guidance link"
107
116
  },
108
- "name": {
109
- "header": "What is your full name?"
110
- },
111
- "dob": {
112
- "header": "What is your date of birth?"
113
- },
114
117
  "address": {
115
118
  "header": "What is your address in the UK?",
116
119
  "intro": "If you have no fixed address, enter an address where we can contact you."
117
120
  },
118
- "checkboxes": {
119
- "header": "Where does your money come from each month?"
120
- },
121
- "radio": {
122
- "header": "What country was the appeal lodged?"
123
- },
124
- "country-select": {
125
- "header": "What country is your address located?"
121
+ "name": {
122
+ "header": "What is your full name?"
126
123
  },
127
124
  "email": {
128
125
  "header": "Enter your email address"
@@ -130,14 +127,6 @@
130
127
  "phone-number": {
131
128
  "header": "Enter your phone number"
132
129
  },
133
- "text-input-area": {
134
- "header": "What are the details of your complaint?",
135
- "intro": "Briefly summarise your complaint. Include anything that can help our investigation."
136
- },
137
- "select": {
138
- "header": "What is the appeal stage?",
139
- "intro": "Choose an appeal stage from the drop down menu"
140
- },
141
130
  "confirm": {
142
131
  "header": "Check your answers before submitting your application.",
143
132
  "sections": {
@@ -161,6 +150,9 @@
161
150
  },
162
151
  "complaintDetails": {
163
152
  "header": "Complaint details"
153
+ },
154
+ "whatHappened": {
155
+ "header": "What happened"
164
156
  }
165
157
  }
166
158
  },
@@ -215,7 +207,11 @@
215
207
  },
216
208
  "complaintDetails": {
217
209
  "default": "Enter details about why you are making a complaint",
218
- "maxlength": "Keep to the 5000 character limit"
210
+ "maxlength": "Keep to the {{maxlength}} character limit"
211
+ },
212
+ "whatHappened": {
213
+ "default": "Enter details about what happened",
214
+ "maxword": "Keep to the {{maxword}} word limit"
219
215
  },
220
216
  "appealStages": {
221
217
  "required": "Select an appeal stage from the list"