diff options
| author | Alex Shafer <[email protected]> | 2016-08-18 08:19:09 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-18 08:19:09 -0400 |
| commit | 17bc19a8055f1bbb78daa1737feb987cf0d94338 (patch) | |
| tree | 4acde009592990c3088f74a5a4d73aaaa75acd59 /docs/components/forms.md | |
| parent | 3a0fed1590c8abc166bb8ed2c3853396dbe3801d (diff) | |
| download | bootstrap-17bc19a8055f1bbb78daa1737feb987cf0d94338.tar.xz bootstrap-17bc19a8055f1bbb78daa1737feb987cf0d94338.zip | |
Remove some strong language in docs/forms.md
Remember, there may be children/students using these examples...
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index ba69ce2d8..fcacd461e 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -724,7 +724,7 @@ Ensure that an alternative indication of state is also provided. For instance, y <div class="form-group has-danger"> <label class="col-form-label" for="inputDanger1">Input with danger</label> <input type="text" class="form-control form-control-danger" id="inputDanger1"> - <div class="form-control-feedback">Shit, that username's taken. Try another?</div> + <div class="form-control-feedback">Sorry, that username's taken. Try another?</div> <small class="form-text text-muted">Example help text that remains unchanged.</small> </div> {% endexample %} |
