]> git.proxmox.com Git - pve-manager.git/commitdiff
Do not translate PC hardware specific terms
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 8 Nov 2017 15:10:27 +0000 (16:10 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 28 Nov 2017 10:24:52 +0000 (11:24 +0100)
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
www/manager6/form/HotplugFeatureSelector.js

index 71187cf66e01211f016b81b5ad4324736db4f337..cb373b69448c653d5e5beddc7658feeb51c74a99 100644 (file)
@@ -7,7 +7,7 @@ Ext.define('PVE.form.HotplugFeatureSelector', {
     items: [
        { boxLabel: gettext('Disk'),    name: 'hotplug', inputValue: 'disk',   submitValue: false, checked: true },
        { boxLabel: gettext('Network'), name: 'hotplug', inputValue: 'network',submitValue: false, checked: true },
-       { boxLabel: gettext('USB'),     name: 'hotplug', inputValue: 'usb',    submitValue: false, checked: true },
+       { boxLabel: 'USB',              name: 'hotplug', inputValue: 'usb',    submitValue: false, checked: true },
        { boxLabel: gettext('Memory'),  name: 'hotplug', inputValue: 'memory', submitValue: false },
        { boxLabel: gettext('CPU'),     name: 'hotplug', inputValue: 'cpu',    submitValue: false }
     ],