diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-10-17 08:07:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 08:07:51 +0200 |
commit | 657addd90c69f8662afe1ec546dc08c345468b6c (patch) | |
tree | 8d7e4593efb8a1f4c8a7785e8c00aafc4027409e /applications/luci-app-cifsd/htdocs/luci-static/resources | |
parent | 509594373b01461a1c4c481334c3b78a485e9965 (diff) | |
parent | d0037340c60ba9418b5151aab086bce89f3f3c93 (diff) |
Merge pull request #3199 from ysc3839/cifsd
luci-app-cifsd: fix typo and add Simplified Chinese translation
Diffstat (limited to 'applications/luci-app-cifsd/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |