summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-xfrm/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/luci-proto-xfrm/htdocs')
-rw-r--r--protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js
index b630f3818b..8be3b54783 100644
--- a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js
+++ b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js
@@ -39,7 +39,7 @@ return network.registerProtocol('xfrm', {
o = s.taboption('general', form.Value, 'ifid', _('Interface ID'), _('Required. XFRM interface ID to be used for SA.'));
o.datatype = 'integer';
- o = s.taboption('general', widgets.NetworkSelect, 'tunlink', _('Required. Underlying interface.'));
+ o = s.taboption('general', widgets.NetworkSelect, 'tunlink', _('Underlying interface'),_('Optional. Bind to a specific interface.'));
o.exclude = s.section;
o.nocreate = true;