fix(curriculum): change the instruction text (#47461)

* fix: change the instruction text

* fix: make instruction sentence more straightforward

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
This commit is contained in:
Manabu Matsumoto
2022-09-09 16:06:20 +09:00
committed by GitHub
parent b68fa3f264
commit 79f937ea1d

View File

@@ -7,7 +7,7 @@ dashedName: step-25
# --description--
For the terms and conditions, add an `input` with a `type` of `checkbox` to the third `label` element. Also, as we do not want users to sign up, without having read the terms and conditions, make it `required`.
For the terms and conditions, add an `input` with a `type` of `checkbox` to the third `label` element. Make this `input` element `required` because users should not sign up without reading the terms and conditions.
# --hints--