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>
This commit is contained in:
parent
fa17c1573f
commit
7c3705bb0f
1 changed files with 1 additions and 1 deletions
|
@ -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.'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue