luci-mod-network: fix invalid markup in the relay tab
authorJo-Philipp Wich <[email protected]>
Mon, 21 Nov 2022 11:35:54 +0000 (12:35 +0100)
committerJo-Philipp Wich <[email protected]>
Mon, 3 Apr 2023 11:45:03 +0000 (13:45 +0200)
Fixes: #6107
Fixes: a627744bb5 ("luci-mod-network: 'relay' tab added")
Signed-off-by: Jo-Philipp Wich <[email protected]>
(cherry picked from commit 7c3705bb0f351e1d107c38e21bf7d0480824baa0)

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

index e46cbd87a959d3daa50aa6e08e3174397aa3651b..7778703bbacbef6fa45870efcf885ce74845f879 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.'));