* luci/app/p910nd: fix translation issue, thanks Carlos
This commit is contained in:
parent
a4bf60679d
commit
d7b30bbb5c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ s = m:section(TypedSection, "p910nd", translate("settings", "settings"))
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
s.anonymous = 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
|
s:option(Value, "device", translate("device", "Device")).rmempty = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue