From a24d340ca4f3dd87135da8341e2c74542d907668 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 21 Oct 2011 17:22:48 +0000 Subject: [PATCH] libs/web: fix package name in error suggestion --- libs/web/luasrc/dispatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index f277501f8d..9bfa413cf8 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -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" .. - "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" .. -- 2.30.2