Class: Slider
+Class: RangeSlider
@@ -3838,7 +3842,7 @@LuCI.ui. - Slider + RangeSlider
The RangeSlider class implements a widget which allows the user to set a
@@ -3847,9 +3851,9 @@ value from a predefined range.
LuCI.form when
instantiating CBI forms.
This class is automatically instantiated as part of LuCI.ui. To use it
-in views, use 'require ui' and refer to ui.Slider. To import it in
+in views, use 'require ui' and refer to ui.RangeSlider. To import it in
external JavaScript, use L.require("ui").then(...) and access the
-Slider property of the class instance value.
RangeSlider property of the class instance value.