mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 08:30:00 +00:00
Do not translate PC hardware specific terms
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
838258a3ee
commit
381828a192
@ -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 }
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user