mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-base, luci-proto-vxlan: grammar fix
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ return network.registerProtocol('vxlan', {
|
||||
o.optional = true;
|
||||
|
||||
o = s.taboption('general', form.Value, 'vid', _('VXLAN network identifier'),
|
||||
_('VNI') + ': ' + _('ID used to uniquely identify the VXLAN'));
|
||||
_('VNI') + ': ' + _('ID used to identify the VXLAN uniquely'));
|
||||
o.optional = true;
|
||||
o.datatype = 'range(1, 16777216)';
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ return network.registerProtocol('vxlan6', {
|
||||
o.optional = true;
|
||||
|
||||
o = s.taboption('general', form.Value, 'vid', _('VXLAN network identifier'),
|
||||
_('VNI') + ': ' + _('ID used to uniquely identify the VXLAN'));
|
||||
_('VNI') + ': ' + _('ID used to identify the VXLAN uniquely'));
|
||||
o.optional = true;
|
||||
o.datatype = 'range(1, 16777216)';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user