applications/luci-openvpn: Change enable to enabled, #352
This commit is contained in:
parent
16c7706442
commit
fc86236180
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function s.create(self, name)
|
|||
end
|
||||
|
||||
|
||||
s:option( Flag, "enable", translate("Enabled") )
|
||||
s:option( Flag, "enabled", translate("Enabled") )
|
||||
|
||||
local active = s:option( DummyValue, "_active", translate("Started") )
|
||||
function active.cfgvalue(self, section)
|
||||
|
|
Loading…
Reference in a new issue