diff --git a/luasrc/controller/filebrowser.lua b/luasrc/controller/filebrowser.lua index 0e4af1e..83ebf70 100755 --- a/luasrc/controller/filebrowser.lua +++ b/luasrc/controller/filebrowser.lua @@ -7,7 +7,7 @@ function index() return end - local page = entry({"admin", "apps", "filebrowser"}, cbi("filebrowser"), _("filebrowser")) + local page = entry({"admin", "apps", "filebrowser"}, cbi("filebrowser"), _("Filebrowser")) page.order = 10 page.dependent = true page.acl_depends = { "luci-app-filebrowser" }