From c795a206eb72c84cd92130f516159a5f19856fe7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 31 Oct 2021 22:41:18 +0100 Subject: luci-mod-network: fix invalid markup in TFTP/PXE settings tab Also resync translations accordingly. Fixes: #5475 Fixes: 3165d5ea3f ("luci-mod-network: Add PXE Boot options tab under DHCP and DNS") Signed-off-by: Jo-Philipp Wich --- .../luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/luci-mod-network') 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 0865cd75ef..fc7dc5b51a 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 @@ -482,8 +482,7 @@ return view.extend({ o = s.taboption('pxe_tftp', form.Value, 'tftp_root', _('TFTP server root'), - _('Root directory for files served via TFTP.' + - '
Enable TFTP server and TFTP server root turn on the TFTP server and serve files from TFTP server root.')); + _('Root directory for files served via TFTP. Enable TFTP server and TFTP server root turn on the TFTP server and serve files from TFTP server root.')); o.depends('enable_tftp', '1'); o.optional = true; o.placeholder = '/'; -- cgit v1.2.3