Skip to content

Commit 580e445

Browse files
committed
Breaks up childSupportPaidOut to allow for <strong> text
1 parent acca92e commit 580e445

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/localization/en.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,10 @@ export default {
229229
childSupport: {
230230
sectionHeading: 'Child Support',
231231
columnExpenseType: 'Expense',
232-
childSupportPaidOut: 'Legally obligated child support',
232+
childSupportPaidOut: {
233+
legallyObligated: 'Legally obligated',
234+
childSupport: ' child support',
235+
},
233236
},
234237
housing: {
235238
sectionHeading: 'Housing',

0 commit comments

Comments
 (0)