Commit d3e96362 authored by Dietmar Maurer's avatar Dietmar Maurer

Do not translate iscsi Portal/Target and NFS export

iSCSI naming is already confusing, so we use the original terms here.
parent 28488918
......@@ -103,7 +103,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
height: 22, // hack: set same height as text fields
name: 'portal',
value: '',
fieldLabel: gettext('Portal'),
fieldLabel: 'Portal',
allowBlank: false,
listeners: {
change: function(f, value) {
......@@ -120,7 +120,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
xtype: me.create ? 'pveIScsiScan' : 'displayfield',
name: 'target',
value: '',
fieldLabel: gettext('Target'),
fieldLabel: 'Target',
allowBlank: false
}
];
......@@ -176,7 +176,7 @@ Ext.define('PVE.storage.IScsiEdit', {
});
Ext.apply(me, {
subject: gettext('iSCSI target'),
subject: 'iSCSI target',
isAdd: true,
items: [ ipanel ]
});
......
......@@ -120,7 +120,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
height: 22, // hack: set same height as text fields
name: 'export',
value: '',
fieldLabel: gettext('Export'),
fieldLabel: 'Export',
allowBlank: false
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment