From f375637287eb1021a36c6941c6929badc8f3fe37 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Thu, 17 Oct 2019 10:40:54 +0800 Subject: luci-app-cifsd: fix typo Signed-off-by: Richard Yu --- .../luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-cifsd/htdocs/luci-static/resources') diff --git a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js b/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js index de346c1db7..7c75b85d71 100644 --- a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js +++ b/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js @@ -31,8 +31,8 @@ return L.view.extend({ o.placeholder = 'Cifsd on OpenWrt'; o = s.taboption('template', form.TextValue, '_tmpl', - _('Edit the template that is used for generating the samba configuration.'), - _("This is the content of the file '/etc/cifs/smb.conf.template' from which your samba configuration will be generated. \ + _('Edit the template that is used for generating the cifsd configuration.'), + _("This is the content of the file '/etc/cifs/smb.conf.template' from which your cifsd configuration will be generated. \ Values enclosed by pipe symbols ('|') should not be changed. They get their values from the 'General Settings' tab.")); o.rows = 20; o.cfgvalue = function(section_id) { -- cgit v1.2.3