luci-mod-network: Remove spurious linefeed
authorPaul Donald <newtwen@gmail.com>
Fri, 8 Dec 2023 01:50:35 +0000 (02:50 +0100)
committerPaul Donald <newtwen@gmail.com>
Fri, 8 Dec 2023 01:51:19 +0000 (02:51 +0100)
Signed-off-by: Paul Donald <newtwen@gmail.com>
(cherry picked from commit ab95f8a61835376e670a04d8995212959540d0ad)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 91b6e6a189492993658a1c7f745df488f5433b4d..90f3948f7c45806ad7ce058238fd72493ba42dbb 100644 (file)
@@ -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'));