1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Better help text for omr-bypass when no interface selected

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-07 11:17:26 +02:00
parent 8398a092f8
commit c632e94f02
2 changed files with 58 additions and 42 deletions

View file

@ -218,7 +218,7 @@ return L.view.extend({
},this));
};
o = s.option(widgets.DeviceSelect, 'interface', _('Interface'),_('When none selected, MPTCP master interface is used.'));
o = s.option(widgets.DeviceSelect, 'interface', _('Interface'),_('When none selected, MPTCP master interface is used (or an other interface if master is down).'));
o.noaliases = true;
o.noinactive = true;
o.nocreate = true;