modules/admin-full: fix missing translation call in previous commit
[oweals/luci.git] / modules / admin-full / luasrc / model / cbi / admin_index / luci.lua
index 4639664377e9fe6c49f83d10c691e1b288371a36..6ecf298eb2cc3e3f14340b23f5c69197ba48936f 100644 (file)
@@ -87,7 +87,7 @@ d.cfgvalue = function(s)
                return table.concat(files, "")
        end
 
-       return "<em>No files found</em>"
+       return "<em>" .. translate("No files found") .. "</em>"
 end
 
 c = f:taboption("custom", TextValue, "_custom", translate("Custom files"))