File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ transparency">Transparency</label>\
514
514
</div>\
515
515
<div class="hsv-rgb_selector">\
516
516
<div id="cp_a_rgb" class="active"><label class="form-label">RGB</label></div>\
517
- <div id="cp_a_hsv"><label class="form-label">HSL </label></div>\
517
+ <div id="cp_a_hsv"><label class="form-label">HSV </label></div>\
518
518
</div>\
519
519
<div id="cp_a_walltoggle">\
520
520
<div class="t-overlay"></div><i class="fa fa-plus"></i><i class="fa fa-minus"></i>\
@@ -1839,7 +1839,7 @@ transparency">Transparency</label>\
1839
1839
//Change the labels to their appropriate text
1840
1840
$ ( '.cp_a_label.redhue' ) . text ( "Hue" ) ;
1841
1841
$ ( '.cp_a_label.greensaturation' ) . text ( "Saturation" ) ;
1842
- $ ( '.cp_a_label.bluebrightness' ) . text ( "Lightness " ) ;
1842
+ $ ( '.cp_a_label.bluebrightness' ) . text ( "Value " ) ;
1843
1843
break ;
1844
1844
}
1845
1845
}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ <h4 id="example_heading" style="margin: 20px;">Change my color</h4>
121
121
</ div >
122
122
< div class ="hsv-rgb_selector ">
123
123
< div id ="cp_a_rgb " class ="active "> < label class ="form-label "> RGB</ label > </ div >
124
- < div id ="cp_a_hsv "> < label class ="form-label "> HSL </ label > </ div >
124
+ < div id ="cp_a_hsv "> < label class ="form-label "> HSV </ label > </ div >
125
125
</ div >
126
126
< div id ="cp_a_walltoggle ">
127
127
< div class ="t-overlay "> </ div > < i class ="fa fa-plus "> </ i > < i class ="fa fa-minus "> </ i >
You can’t perform that action at this time.
0 commit comments