mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
* luci-0.8: backport hd-idle i18n fix
This commit is contained in:
@@ -21,7 +21,7 @@ s = m:section(TypedSection, "hd-idle", translate("settings"))
|
||||
s.addremove = true
|
||||
s.anonymous = true
|
||||
|
||||
s:option(Flag, "enabled", translate("enabled", "Enable"))
|
||||
s:option(Flag, "enabled", translate("enable", "Enable"))
|
||||
|
||||
disk = s:option(Value, "disk", translate("disk"))
|
||||
disk.rmempty = true
|
||||
|
||||
Reference in New Issue
Block a user