Do not translate IT specific terms
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
381828a192
commit
a29ff1bce4
@ -310,7 +310,7 @@ Ext.define('PVE.grid.ReplicaView', {
|
||||
disabled: true
|
||||
},
|
||||
{
|
||||
text: gettext('ID'),
|
||||
text: 'ID',
|
||||
dataIndex: 'id',
|
||||
width: 60,
|
||||
hidden: true
|
||||
|
@ -479,7 +479,7 @@ Ext.define('PVE.lxc.NetworkView', {
|
||||
],
|
||||
columns: [
|
||||
{
|
||||
header: gettext('ID'),
|
||||
header: 'ID',
|
||||
width: 50,
|
||||
dataIndex: 'id'
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user