]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
fixup: vlan type: use 'Linux VLAN'
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jun 2018 12:22:32 +0000 (14:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jun 2018 12:22:34 +0000 (14:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Utils.js

index d9aa0424b8da11e28d3a1ad4b82b29f34ec07f1f..feff6d544701d9c2015553ed3ea80f8051e05574 100644 (file)
--- 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',