Do not translate PC hardware specific terms

The SKU (Stock Keeping Unit) field was never translated anyway in our po files,
probably because nobody knew what the initials meant.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-08 16:10:30 +01:00 committed by Dominik Csapak
parent a1af3e3842
commit 0464b05279

View File

@ -61,7 +61,7 @@ Ext.define('PVE.qemu.Smbios1InputPanel', {
},
{
xtype: 'textfield',
fieldLabel: gettext('SKU'),
fieldLabel: 'SKU',
regex: /^\S+$/,
name: 'sku'
},