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
...@@ -30,7 +30,7 @@ function index() ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment