libs/web: fix package name in error suggestion
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 21 Oct 2011 17:22:48 +0000 (17:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 21 Oct 2011 17:22:48 +0000 (17:22 +0000)
libs/web/luasrc/dispatcher.lua

index f277501..9bfa413 100644 (file)
@@ -399,7 +399,7 @@ function dispatch(request)
                local root = node()
                if not root or not root.target then
                        error404("No root node was registered, this usually happens if no module was installed.\n" ..
                local root = node()
                if not root or not root.target then
                        error404("No root node was registered, this usually happens if no module was installed.\n" ..
-                                "Install luci-admin-full and retry. " ..
+                                "Install luci-mod-admin-full and retry. " ..
                                 "If the module is already installed, try removing the /tmp/luci-indexcache file.")
                else
                        error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..
                                 "If the module is already installed, try removing the /tmp/luci-indexcache file.")
                else
                        error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..