applications/luci_statistics: add missing translations to cbi models
[project/luci.git] / applications / luci-statistics / luasrc / model / cbi / luci_statistics / dns.lua
index bfaeb423c2f5a101e155d2e6ca2005c9d39a4748..28d9e5de33685657d7487b6c683949e67ccc90db 100644 (file)
@@ -31,7 +31,7 @@ enable = s:option( Flag, "enable", translate("Enable this plugin") )
 enable.default = 0
 
 -- collectd_dns.interfaces (Interface)
-interfaces = s:option( MultiValue, "Interfaces" )
+interfaces = s:option( MultiValue, "Interfaces", translate("Monitor interfaces") )
 interfaces.widget = "select"
 interfaces.size   = 5
 interfaces:depends( "enable", 1 )