libs/web: fix package name in error suggestion
This commit is contained in:
parent
2f4c6d8318
commit
a24d340ca4
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ function dispatch(request)
|
||||||
local root = node()
|
local root = node()
|
||||||
if not root or not root.target then
|
if not root or not root.target then
|
||||||
error404("No root node was registered, this usually happens if no module was installed.\n" ..
|
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.")
|
"If the module is already installed, try removing the /tmp/luci-indexcache file.")
|
||||||
else
|
else
|
||||||
error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..
|
error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..
|
||||||
|
|
Loading…
Reference in a new issue