From: Paul Donald Date: Tue, 19 Dec 2023 03:18:22 +0000 (+0100) Subject: luci-mod-network: reword some help-strings X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0c35f7158527391a008a3886f45819b902c1fd07;p=project%2Fluci.git luci-mod-network: reword some help-strings Signed-off-by: Paul Donald (cherry picked from commit e7650bb86aaacb6ef654c9e10f25cc7c9f799556) --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 60d8aefc56..e7a5bc1da9 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -718,7 +718,7 @@ return view.extend({ ss.sortable = true; ss.rowcolors = true; - so = ss.option(form.Value, 'srv', _('SRV'), _('Syntax: _service._proto.example.com.')); + so = ss.option(form.Value, 'srv', _('SRV'), _('Syntax:') + ' ' + '_service._proto.example.com.'); so.rmempty = false; so.datatype = 'hostname'; so.placeholder = '_sip._tcp.example.com.';