luci-app-samba: Shared directory help text.
A forum.lede-project.org member had trouble understanding how to configure Samba. This is help text for Shared Directories. Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com> [whitespace fixed] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
99f7794311
commit
56424931bb
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ function tmpl.write(self, section, value)
|
|||
end
|
||||
|
||||
|
||||
s = m:section(TypedSection, "sambashare", translate("Shared Directories"))
|
||||
s = m:section(TypedSection, "sambashare", translate("Shared Directories")
|
||||
, translate("Please add directories to share. Each directory refers to a folder on a mounted device."))
|
||||
s.anonymous = true
|
||||
s.addremove = true
|
||||
s.template = "cbi/tblsection"
|
||||
|
|
Loading…
Reference in a new issue