applications/luci-openvpn: Change enable to enabled, #352
This commit is contained in:
parent
16c7706442
commit
fc86236180
@ -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…
x
Reference in New Issue
Block a user