]> git.proxmox.com Git - pve-manager.git/commitdiff
Do not translate PC hardware specific terms
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 8 Nov 2017 15:10:30 +0000 (16:10 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 28 Nov 2017 10:24:52 +0000 (11:24 +0100)
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>
www/manager6/qemu/Smbios1Edit.js

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