all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-samba / luasrc / model / cbi / samba.lua
index f8959eb..dda4976 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