diff options
author | Paul Donald <newtwen@gmail.com> | 2023-12-08 02:50:35 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2023-12-08 02:50:35 +0100 |
commit | ab95f8a61835376e670a04d8995212959540d0ad (patch) | |
tree | 2de3f230e86584b574651c976ab7237a9f8c9e5d /modules/luci-mod-network/htdocs/luci-static | |
parent | aa06da6aa64dd94e4cd7b4081e35232f6ce77d94 (diff) |
luci-mod-network: Remove spurious linefeed
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'modules/luci-mod-network/htdocs/luci-static')
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 3 |
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 91b6e6a189..90f3948f7c 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 @@ -955,8 +955,7 @@ return view.extend({ so = ss.option(form.DynamicList, 'match_tag', _('Match Tag'), - _('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('<code>known</code>', -'<code>known</code>') + '<br /><br />' + + _('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('<code>known</code>', '<code>known</code>') + '<br /><br />' + _('Ignore requests from unknown machines using %s.').format('<code>!known</code>') + '<br /><br />' + _('If a host matches an entry which cannot be used because it specifies an address on a different subnet, the tag %s is set.').format('<code>known-othernet</code>')); so.value('known', _('known')); |