diff --git a/frontend/ui/widget/scrollhtmlwidget.lua b/frontend/ui/widget/scrollhtmlwidget.lua
index 331b8ca73..174a6691a 100644
--- a/frontend/ui/widget/scrollhtmlwidget.lua
+++ b/frontend/ui/widget/scrollhtmlwidget.lua
@@ -57,7 +57,7 @@ function ScrollHtmlWidget:init()
if Device:isTouchDevice() then
self.ges_events = {
- SwipeScrollText = {
+ ScrollText = {
GestureRange:new{
ges = "swipe",
range = function() return self.dimen end,