]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove some strong language in docs/forms.md 20537/head
authorAlex Shafer <shafer.alex@gmail.com>
Thu, 18 Aug 2016 12:19:09 +0000 (08:19 -0400)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 12:19:09 +0000 (08:19 -0400)
Remember, there may be children/students using these examples...

docs/components/forms.md

index ba69ce2d8358c1bf49689d3a3cce6e9047d23f8b..fcacd461e8869ce9ea8596cc5b48bc323fcbeb6e 100644 (file)
@@ -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 %}