[pve-devel] [PATCH manager 2/6] Do not translate PC hardware specific terms
Emmanuel Kasper
e.kasper at proxmox.com
Wed Nov 8 16:10:27 CET 2017
Signed-off-by: Emmanuel Kasper <e.kasper at 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
More information about the pve-devel
mailing list