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('known
',
-'known
') + '
' +
+ _('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('known
', 'known
') + '
' +
_('Ignore requests from unknown machines using %s.').format('!known
') + '
' +
_('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('known-othernet
'));
so.value('known', _('known'));