mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 05:34:43 +00:00
Merge pull request #20537 from enzanki-ars/patch-1
Remove unnecessary swearing in docs/forms.md
This commit is contained in:
commit
eb5f803c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue