diff --git a/luasrc/controller/webtop.lua b/luasrc/controller/webtop.lua index b2c1333..8f3fa9b 100755 --- a/luasrc/controller/webtop.lua +++ b/luasrc/controller/webtop.lua @@ -7,7 +7,7 @@ function index() return end - local page = entry({"admin", "apps", "webtop"}, cbi("webtop"), _("webtop")) + local page = entry({"admin", "apps", "webtop"}, cbi("webtop"), _("Virtual Desktop")) page.order = 10 page.dependent = true page.acl_depends = { "luci-app-webtop" }