luci-mod-network: reword some help-strings
Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
parent
f79a132597
commit
e7650bb86a
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ return view.extend({
|
||||||
ss.sortable = true;
|
ss.sortable = true;
|
||||||
ss.rowcolors = true;
|
ss.rowcolors = true;
|
||||||
|
|
||||||
so = ss.option(form.Value, 'srv', _('SRV'), _('Syntax: <code>_service._proto.example.com.</code>'));
|
so = ss.option(form.Value, 'srv', _('SRV'), _('Syntax:') + ' ' + '<code>_service._proto.example.com.</code>');
|
||||||
so.rmempty = false;
|
so.rmempty = false;
|
||||||
so.datatype = 'hostname';
|
so.datatype = 'hostname';
|
||||||
so.placeholder = '_sip._tcp.example.com.';
|
so.placeholder = '_sip._tcp.example.com.';
|
||||||
|
|
Loading…
Reference in a new issue