mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix typo
This commit is contained in:
parent
0799528687
commit
5a8bad2672
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module("luci.controller.openmptcprouter", package.seeall)
|
|||
|
||||
function index()
|
||||
local ucic = luci.model.uci.cursor()
|
||||
menuentry = ucic:get("openmptcprouter","settings","menu") pr "OpenMPTCProuter"
|
||||
menuentry = ucic:get("openmptcprouter","settings","menu") or "OpenMPTCProuter"
|
||||
entry({"admin", "system", menuentry:lower()}, alias("admin", "system", menuentry:lower(), "wizard"), _(menuentry), 1)
|
||||
entry({"admin", "system", menuentry:lower(), "wizard"}, template("openmptcprouter/wizard"), _("Settings Wizard"), 1)
|
||||
entry({"admin", "system", menuentry:lower(), "wizard_add"}, post("wizard_add"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue