Skip to content

Commit acca92e

Browse files
committed
Adds Previous and Next to currentIncome and currentBenefits
Changes keys for earnedBecauseOfChildCare Changes subheading to utilitiesSubheading
1 parent 441b0df commit acca92e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/localization/en.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ export default {
197197
label: 'Other income',
198198
hint: 'Please note income you may have from sources that are not listed above',
199199
},
200+
previous: 'Previous',
201+
next: 'Next',
200202
},
201203

202204
currentExpenses: {
@@ -221,8 +223,8 @@ export default {
221223
label: 'Other care',
222224
hint: 'How much do you pay for other child care?',
223225
},
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',
226228
},
227229
childSupport: {
228230
sectionHeading: 'Child Support',
@@ -239,8 +241,8 @@ export default {
239241
label: 'Your Monthly Rent Share (how much of the total rent you have to pay)',
240242
hint: 'How much of the total rent you have to pay',
241243
},
242-
subheading: 'Which of these utilities do you pay for?',
243-
climateControl: {
244+
utilitiesSubheading: 'Which of these utilities do you pay for?',
245+
climateControl: {
244246
label: 'Heating or cooling (e.g. A/C during summer)',
245247
hint: 'How much do you pay if you have a separate bill for heating and/or cooling',
246248
},
@@ -257,6 +259,8 @@ export default {
257259
hint: 'Fuel Assistance helps you pay for heating fuel',
258260
},
259261
},
262+
previous: 'Previous',
263+
next: 'Next',
260264
},
261265

262266
predictions: {},

0 commit comments

Comments
 (0)