From 91d6589cbe9c62adb861105f9212d14754fd7a0e Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 10:48:39 +0000 Subject: [PATCH] Update 'luasrc/controller/webtop.lua' --- luasrc/controller/webtop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }