summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-10-31 22:41:18 +0100
committerJo-Philipp Wich <jo@mein.io>2021-10-31 22:42:04 +0100
commitc795a206eb72c84cd92130f516159a5f19856fe7 (patch)
treecf59464da193a1c3f8c38e66cf2159de29261cf7 /modules/luci-mod-network
parentfceabd74465f2aafc40edc084429f30837deff2c (diff)
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 <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-network')
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js3
1 files changed, 1 insertions, 2 deletions
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.' +
- '<br><code>Enable TFTP server</code> and <code>TFTP server root</code> turn on the TFTP server and serve files from <code>TFTP server root</code>.'));
+ _('Root directory for files served via TFTP. <em>Enable TFTP server</em> and <em>TFTP server root</em> turn on the TFTP server and serve files from <em>TFTP server root</em>.'));
o.depends('enable_tftp', '1');
o.optional = true;
o.placeholder = '/';