From 56424931bb72b38151fb359d5d5f862a23fea5b8 Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 30 Jul 2017 16:59:59 -0700 Subject: [PATCH] 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 --- applications/luci-app-samba/luasrc/model/cbi/samba.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.11.0