diff options
author | Bob <bobmseagithub@squakmt.com> | 2017-07-30 16:59:59 -0700 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-08-13 15:16:39 +0200 |
commit | 56424931bb72b38151fb359d5d5f862a23fea5b8 (patch) | |
tree | fc4bc9cf3737e5bf5d67910f4591e234f230edb4 /applications/luci-app-samba/luasrc/model/cbi/samba.lua | |
parent | 99f7794311aa1e134098704206cfd771c51c66e0 (diff) |
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>
Diffstat (limited to 'applications/luci-app-samba/luasrc/model/cbi/samba.lua')
-rw-r--r-- | applications/luci-app-samba/luasrc/model/cbi/samba.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-samba/luasrc/model/cbi/samba.lua b/applications/luci-app-samba/luasrc/model/cbi/samba.lua index 68a5b3a9b..2e533c3f5 100644 --- a/applications/luci-app-samba/luasrc/model/cbi/samba.lua +++ b/applications/luci-app-samba/luasrc/model/cbi/samba.lua @@ -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" |