Skip to content

Commit ec47970

Browse files
committed
fixed incorrect label in slider entry
1 parent 1672c58 commit ec47970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/slider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $( "input" ).slider();
133133
<p>For a more compact version that is useful in toolbars and tight spaces, add the <code>data-mini="true"</code> attribute to the element to create a mini version. </p>
134134

135135
<pre><code>
136-
&lt;label for="flip-mini"&gt;Select slider:&lt;/label&gt;
136+
&lt;label for="flip-mini"&gt;Flip switch:&lt;/label&gt;
137137
&lt;select name="flip-mini" id="flip-mini" data-role="slider" data-mini="true"&gt;
138138
&lt;option value="off"&gt;Off&lt;/option&gt;
139139
&lt;option value="on"&gt;On&lt;/option&gt;
@@ -149,7 +149,7 @@ $( "input" ).slider();
149149

150150
<pre><code>
151151
&lt;div data-role="fieldcontain"&gt;
152-
&lt;label for="flip-2"&gt;Select slider:&lt;/label&gt;
152+
&lt;label for="flip-2"&gt;Flip switch:&lt;/label&gt;
153153
&lt;select name="flip-2" id="flip-2" data-role="slider" data-mini="true"&gt;
154154
&lt;option value="off"&gt;Off&lt;/option&gt;
155155
&lt;option value="on"&gt;On&lt;/option&gt;

0 commit comments

Comments
 (0)