luci-app-cifsd: fix typo
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
This commit is contained in:
parent
509594373b
commit
f375637287
2 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
|
@ -30,7 +30,7 @@ msgid "Edit Template"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
|
||||
msgid "Edit the template that is used for generating the samba configuration."
|
||||
msgid "Edit the template that is used for generating the cifsd configuration."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
|
||||
|
@ -87,7 +87,7 @@ msgstr ""
|
|||
#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
|
||||
msgid ""
|
||||
"This is the content of the file '/etc/cifs/smb.conf.template' from which "
|
||||
"your samba configuration will be generated. Values enclosed by pipe symbols "
|
||||
"your cifsd configuration will be generated. Values enclosed by pipe symbols "
|
||||
"('|') should not be changed. They get their values from the 'General "
|
||||
"Settings' tab."
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue