Signed-off-by: Emmanuel Kasper <e.kas...@proxmox.com>
---
 www/manager6/form/HotplugFeatureSelector.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/form/HotplugFeatureSelector.js 
b/www/manager6/form/HotplugFeatureSelector.js
index 71187cf6..cb373b69 100644
--- a/www/manager6/form/HotplugFeatureSelector.js
+++ b/www/manager6/form/HotplugFeatureSelector.js
@@ -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 }
     ],
-- 
2.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to