luci-app-samba: Shared directory help text.
authorBob <bobmseagithub@squakmt.com>
Sun, 30 Jul 2017 23:59:59 +0000 (16:59 -0700)
committerJo-Philipp Wich <jo@mein.io>
Sun, 13 Aug 2017 13:16:39 +0000 (15:16 +0200)
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>
applications/luci-app-samba/luasrc/model/cbi/samba.lua

index 68a5b3a..2e533c3 100644 (file)
@@ -36,7 +36,8 @@ function tmpl.write(self, section, value)
 end
 
 
 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"
 s.anonymous = true
 s.addremove = true
 s.template = "cbi/tblsection"