all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-samba / luasrc / model / cbi / samba.lua
index f8959eb95aa27284c0841da81fab3138bab3cd50..dda4976f98176699378d04aa5c37d682f80222da 100644 (file)
@@ -29,7 +29,7 @@ s.anonymous = true
 s.addremove = true
 s.template = "cbi/tblsection"
 
-s:option(Value, "name", translate("name"))
+s:option(Value, "name", translate("Name"))
 s:option(Value, "path").titleref = luci.dispatcher.build_url("admin", "system", "fstab")
 
 s:option(Value, "users").rmempty = true