Skip to content

Commit 92b0de6

Browse files
Merge pull request #415 from opentripplanner/tweak-tos-label
Tweak TOS consent label text
2 parents f44c248 + 700039d commit 92b0de6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: lib/components/user/terms-of-use-pane.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ const TermsOfUsePane = ({
2929
onBlur={disableCheckTerms ? null : handleBlur}
3030
onChange={disableCheckTerms ? null : handleChange}
3131
>
32-
{/* TODO: Implement the link */}
33-
I have read and consent to the <a href={`/#${TERMS_OF_SERVICE_PATH}`} target='_blank'>Terms of Service</a> for using the Trip Planner.
32+
I confirm that I am at least 18 years old, and I have read and{' '}
33+
consent to the{' '}
34+
<a href={`/#${TERMS_OF_SERVICE_PATH}`} target='_blank'>
35+
Terms of Service
36+
</a> for using the Trip Planner.
3437
</Checkbox>
3538
</FormGroup>
3639

0 commit comments

Comments
 (0)