0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #20537 from enzanki-ars/patch-1

Remove unnecessary swearing in docs/forms.md
This commit is contained in:
Patrick H. Lauke 2016-08-19 20:41:53 +01:00 committed by GitHub
commit eb5f803c5b

View 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 %}