mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix typo
This commit is contained in:
parent
0283885db4
commit
8186a375b9
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…
Reference in a new issue