[pve-devel] [PATCH manager 5/6] Do not translate PC hardware specific terms

Emmanuel Kasper e.kasper at proxmox.com
Wed Nov 8 16:10:30 CET 2017


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 at proxmox.com>
---
 www/manager6/qemu/Smbios1Edit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/Smbios1Edit.js b/www/manager6/qemu/Smbios1Edit.js
index 0412bc26..866627f2 100644
--- a/www/manager6/qemu/Smbios1Edit.js
+++ b/www/manager6/qemu/Smbios1Edit.js
@@ -61,7 +61,7 @@ Ext.define('PVE.qemu.Smbios1InputPanel', {
 	    },
 	    {
 		xtype: 'textfield',
-		fieldLabel: gettext('SKU'),
+		fieldLabel: 'SKU',
 		regex: /^\S+$/,
 		name: 'sku'
 	    },
-- 
2.11.0





More information about the pve-devel mailing list