From 46d1ca84281f2a14f69834653f36b25884444d78 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Wed, 8 Nov 2017 16:10:27 +0100 Subject: [PATCH] Do not translate PC hardware specific terms Signed-off-by: Emmanuel Kasper --- 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 71187cf66..cb373b694 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 } ],