Do not translate IT specific terms

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-08 16:10:28 +01:00 committed by Dominik Csapak
parent 381828a192
commit a29ff1bce4
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ Ext.define('PVE.grid.ReplicaView', {
disabled: true
},
{
text: gettext('ID'),
text: 'ID',
dataIndex: 'id',
width: 60,
hidden: true

View File

@ -479,7 +479,7 @@ Ext.define('PVE.lxc.NetworkView', {
],
columns: [
{
header: gettext('ID'),
header: 'ID',
width: 50,
dataIndex: 'id'
},