From: Bob Date: Sun, 30 Jul 2017 23:59:59 +0000 (-0700) Subject: luci-app-samba: Shared directory help text. X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=56424931bb72b38151fb359d5d5f862a23fea5b8 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 [whitespace fixed] Signed-off-by: Jo-Philipp Wich --- 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"