gluon-luci-admin: change text "Expertmode" to "Expert Mode"
This commit is contained in:
parent
b7b374bd56
commit
10519660ea
@ -30,7 +30,7 @@ function index()
|
|||||||
root.index = true
|
root.index = true
|
||||||
end
|
end
|
||||||
|
|
||||||
local page = entry({"admin"}, alias("admin", "index"), "Expertmode", 10)
|
local page = entry({"admin"}, alias("admin", "index"), "Expert Mode", 10)
|
||||||
page.sysauth = "root"
|
page.sysauth = "root"
|
||||||
if configmode then
|
if configmode then
|
||||||
-- force root to be logged in when running in configmode
|
-- force root to be logged in when running in configmode
|
||||||
|
Loading…
Reference in New Issue
Block a user