From: Thomas Lamprecht Date: Tue, 19 Jun 2018 12:22:32 +0000 (+0200) Subject: fixup: vlan type: use 'Linux VLAN' X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8cb1ec178c0d52306f529a8e24a07a2599ff6afe;p=proxmox-widget-toolkit.git fixup: vlan type: use 'Linux VLAN' Signed-off-by: Thomas Lamprecht --- diff --git a/Utils.js b/Utils.js index d9aa042..feff6d5 100644 --- a/Utils.js +++ b/Utils.js @@ -405,7 +405,7 @@ Ext.define('Proxmox.Utils', { utilities: { eth: gettext("Network Device"), bridge: 'Linux Bridge', bond: 'Linux Bond', - vlan: 'Linux Vlan Interface', + vlan: 'Linux VLAN', OVSBridge: 'OVS Bridge', OVSBond: 'OVS Bond', OVSPort: 'OVS Port',