aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmeya Pandilwar <[email protected]>2016-02-11 18:59:47 -0500
committerAmeya Pandilwar <[email protected]>2016-02-11 18:59:47 -0500
commit8cd27781486e3133241e032e194f5a7c3d60043d (patch)
treeba03c15e10bd7acb871676f6de5f6b847d6b3714
parent4ed5fa77ffecde9ce46c10d4d03c48e6e481ceba (diff)
downloadbootstrap-8cd27781486e3133241e032e194f5a7c3d60043d.tar.xz
bootstrap-8cd27781486e3133241e032e194f5a7c3d60043d.zip
Updated label to tag in list-group example
-rw-r--r--docs/components/list-group.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md
index c3d466d5f..db339c824 100644
--- a/docs/components/list-group.md
+++ b/docs/components/list-group.md
@@ -24,22 +24,22 @@ The most basic list group is simply an unordered list with list items, and the p
</ul>
{% endexample %}
-## Labels
+## Tags
-Add labels to any list group item to show unread counts, activity, etc.
+Add tags to any list group item to show unread counts, activity, etc.
{% example html %}
<ul class="list-group">
<li class="list-group-item">
- <span class="label label-default label-pill pull-xs-right">14</span>
+ <span class="tag tag-default tag-pill pull-xs-right">14</span>
Cras justo odio
</li>
<li class="list-group-item">
- <span class="label label-default label-pill pull-xs-right">2</span>
+ <span class="tag tag-default tag-pill pull-xs-right">2</span>
Dapibus ac facilisis in
</li>
<li class="list-group-item">
- <span class="label label-default label-pill pull-xs-right">1</span>
+ <span class="tag tag-default tag-pill pull-xs-right">1</span>
Morbi leo risus
</li>
</ul>