Skip to content
Snippets Groups Projects
Commit 10519660 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-luci-admin: change text "Expertmode" to "Expert Mode"

parent b7b374bd
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ function index()
root.target = alias("admin")
root.index = true
end
local page = entry({"admin"}, alias("admin", "index"), "Expertmode", 10)
local page = entry({"admin"}, alias("admin", "index"), "Expert Mode", 10)
page.sysauth = "root"
if configmode then
-- force root to be logged in when running in configmode
......@@ -39,7 +39,7 @@ function index()
page.sysauth_authenticator = "htmlauth"
end
page.index = true
entry({"admin", "index"}, cbi("admin/remote"), "Remotezugriff", 1).ignoreindex = true
if not configmode then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment