diff options
| author | Mark Otto <[email protected]> | 2018-01-15 21:42:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-15 21:42:33 -0800 |
| commit | 2f4e785a8c623fbe1b011edabecafe99b9f0817b (patch) | |
| tree | d7301e5494398db00c64c076a1c62427b384dabd /docs | |
| parent | c8d9c0efcd64f4e3f47777daa6bec8df0839aebb (diff) | |
| download | bootstrap-2f4e785a8c623fbe1b011edabecafe99b9f0817b.tar.xz bootstrap-2f4e785a8c623fbe1b011edabecafe99b9f0817b.zip | |
Adjust language
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/forms.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 1f3bb680d..0ca24475e 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -780,10 +780,10 @@ When attempting to submit, you'll see the `:invalid` and `:valid` styles applied <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="invalidCheck" required> <label class="form-check-label" for="invalidCheck"> - I agree + Agree to terms and conditions </label> <div class="invalid-feedback"> - You must agree + You must agree before submitting. </div> </div> </div> @@ -857,7 +857,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="invalidCheck2" required> <label class="form-check-label" for="invalidCheck2"> - I agree + Agree to terms and conditions </label> </div> </div> @@ -926,10 +926,10 @@ We recommend using client side validation, but in case you require server side, <div class="form-check"> <input class="form-check-input is-invalid" type="checkbox" value="" id="invalidCheck3" required> <label class="form-check-label" for="invalidCheck3"> - I agree + Agree to terms and conditions </label> <div class="invalid-feedback"> - You must agree + You must agree before submitting. </div> </div> </div> |
