luci-mod-network: fix invalid markup in the relay tab
authorJo-Philipp Wich <jo@mein.io>
Mon, 21 Nov 2022 11:35:54 +0000 (12:35 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 21 Nov 2022 11:38:30 +0000 (12:38 +0100)
Fixes: #6107
Fixes: a627744bb5 ("luci-mod-network: 'relay' tab added")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 2f61c8576bda4ce69a4be039fd62f8cb26c2909f..4e682d87b4ce700d8aff6eebee2eb484b014fb82 100644 (file)
@@ -349,7 +349,7 @@ return view.extend({
                o.placeholder = 'loopback';
 
                o = s.taboption('relay', form.SectionValue, '__relays__', form.TableSection, 'relay', null,
-                       _('Relay DHCP requests elsewhere. OK: v4<->v4, v6<->v6. Not OK: v4<->v6, v6<->v4.')
+                       _('Relay DHCP requests elsewhere. OK: v4↔v4, v6↔v6. Not OK: v4↔v6, v6↔v4.')
                        + '<br />' + _('Note: you may also need a DHCP Proxy (currently unavailable) when specifying a non-standard Relay To port(<code>addr#port</code>).')
                        + '<br />' + _('You may add multiple unique Relay To on the same Listen addr.'));