@@ -197,6 +197,8 @@ export default {
197
197
label : 'Other income' ,
198
198
hint : 'Please note income you may have from sources that are not listed above' ,
199
199
} ,
200
+ previous : 'Previous' ,
201
+ next : 'Next' ,
200
202
} ,
201
203
202
204
currentExpenses : {
@@ -221,8 +223,8 @@ export default {
221
223
label : 'Other care' ,
222
224
hint : 'How much do you pay for other child care?' ,
223
225
} ,
224
- earnedBecauseOfChildCare : 'Does child care allow you to make additional income?' ,
225
- ifYes : 'Income made possible by childcare expenses' ,
226
+ doEarnBecauseOfChildCare : 'Does child care allow you to make additional income?' ,
227
+ earnedBecauseOfChildCare : 'Income made possible by childcare expenses' ,
226
228
} ,
227
229
childSupport : {
228
230
sectionHeading : 'Child Support' ,
@@ -239,8 +241,8 @@ export default {
239
241
label : 'Your Monthly Rent Share (how much of the total rent you have to pay)' ,
240
242
hint : 'How much of the total rent you have to pay' ,
241
243
} ,
242
- subheading : 'Which of these utilities do you pay for?' ,
243
- climateControl : {
244
+ utilitiesSubheading : 'Which of these utilities do you pay for?' ,
245
+ climateControl : {
244
246
label : 'Heating or cooling (e.g. A/C during summer)' ,
245
247
hint : 'How much do you pay if you have a separate bill for heating and/or cooling' ,
246
248
} ,
@@ -257,6 +259,8 @@ export default {
257
259
hint : 'Fuel Assistance helps you pay for heating fuel' ,
258
260
} ,
259
261
} ,
262
+ previous : 'Previous' ,
263
+ next : 'Next' ,
260
264
} ,
261
265
262
266
predictions : { } ,
0 commit comments