Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/components/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function DetailsPage() {
Show more information for a basic question
</h3>
<Sandbox fullWidth note="Example below: Advanced Education - Pay for my education">
<GoAFormItem label="Do you pay for childcare?" helpText="3-12 digits in length">
<GoAFormItem label="Do you pay for childcare?" helpText="Examples of child care include day care, day homes, and baby-sitters.">
<GoARadioGroup name="pay" onChange={() => {}}>
<GoARadioItem label="Yes" value="yes" name="pay" />
<GoARadioItem label="No" value="no" name="pay" />
Expand Down