diff options
-rw-r--r-- | applications/luci-p910nd/luasrc/model/cbi/p910nd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua index 21a596556..b0ffa4eda 100644 --- a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua +++ b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua @@ -22,7 +22,7 @@ s = m:section(TypedSection, "p910nd", translate("settings", "settings")) s.addremove = true s.anonymous = true -s:option(Flag, "enabled", translate("enabled")) +s:option(Flag, "enabled", translate("enable")) s:option(Value, "device", translate("device", "Device")).rmempty = true |