luci-base, luci-proto-vxlan: grammar fix

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-01-13 16:41:39 +01:00
parent c4cee48b71
commit e98eab06a2
45 changed files with 45 additions and 45 deletions

View File

@@ -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)';

View File

@@ -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)';