hof 20.0.0-beta.30 → 20.0.0-beta.31
Sign up to get free protection for your applications and to get access to all the features.
- package/frontend/template-mixins/partials/forms/checkbox-group.html +1 -1
- package/package.json +1 -1
- package/sandbox/apps/sandbox/translations/en/default.json +24 -0
- package/.nyc_output/19d65ff1-2145-4f30-a2cb-ec31dee604f4.json +0 -1
- package/.nyc_output/processinfo/19d65ff1-2145-4f30-a2cb-ec31dee604f4.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
@@ -37,7 +37,7 @@
|
|
37
37
|
>
|
38
38
|
<label class="govuk-label govuk-checkboxes__label" for="{{key}}-{{value}}">
|
39
39
|
{{{label}}}
|
40
|
-
{{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint
|
40
|
+
{{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint">{{optionHint}}</div>{{/optionHint}}
|
41
41
|
</label>
|
42
42
|
</div>
|
43
43
|
{{#renderChild}}{{/renderChild}}
|
package/package.json
CHANGED
@@ -94,6 +94,30 @@
|
|
94
94
|
"options": {
|
95
95
|
"null": "Select..."
|
96
96
|
}
|
97
|
+
},
|
98
|
+
"purposeTypes": {
|
99
|
+
"legend": "What will you use the loan for?",
|
100
|
+
"hint": "Select all options that apply to you.",
|
101
|
+
"options": {
|
102
|
+
"housing": {
|
103
|
+
"label": "Housing",
|
104
|
+
"hint": "Deposit, rent payment or moving costs."
|
105
|
+
},
|
106
|
+
"essential_items": {
|
107
|
+
"label": "Essential items",
|
108
|
+
"hint": "For example, furniture, fridge, curtains or carpets."
|
109
|
+
},
|
110
|
+
"basic_living_costs": {
|
111
|
+
"label": "Basic living costs",
|
112
|
+
"hint": "For example, food or household bills."
|
113
|
+
},
|
114
|
+
"training_or_retraining": {
|
115
|
+
"label": "Training or education"
|
116
|
+
},
|
117
|
+
"work_clothing_and_equipment": {
|
118
|
+
"label": "Work clothing and equipment"
|
119
|
+
}
|
120
|
+
}
|
97
121
|
}
|
98
122
|
},
|
99
123
|
"journey": {
|