summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-11-21 12:35:54 +0100
committerJo-Philipp Wich <jo@mein.io>2022-11-21 12:38:30 +0100
commit7c3705bb0f351e1d107c38e21bf7d0480824baa0 (patch)
tree787d7dce94cc5d97f040b91e39d0cb533bfac8fd /modules/luci-mod-network/htdocs/luci-static
parentfa17c1573f88c24a8e7d7d6dce67ad0d27486084 (diff)
luci-mod-network: fix invalid markup in the relay tab
Fixes: #6107 Fixes: a627744bb5 ("luci-mod-network: 'relay' tab added") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-network/htdocs/luci-static')
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js2
1 files changed, 1 insertions, 1 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 2f61c8576b..4e682d87b4 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
@@ -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.'));