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:
parent
a1af3e3842
commit
0464b05279
@ -61,7 +61,7 @@ Ext.define('PVE.qemu.Smbios1InputPanel', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
fieldLabel: gettext('SKU'),
|
fieldLabel: 'SKU',
|
||||||
regex: /^\S+$/,
|
regex: /^\S+$/,
|
||||||
name: 'sku'
|
name: 'sku'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user