[pve-devel] [PATCH manager 3/6] Do not translate IT specific terms
Emmanuel Kasper
e.kasper at proxmox.com
Wed Nov 8 16:10:28 CET 2017
Signed-off-by: Emmanuel Kasper <e.kasper at proxmox.com>
---
www/manager6/grid/Replication.js | 2 +-
www/manager6/lxc/Network.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js
index 2c8f3cf9..654a8368 100644
--- a/www/manager6/grid/Replication.js
+++ b/www/manager6/grid/Replication.js
@@ -310,7 +310,7 @@ Ext.define('PVE.grid.ReplicaView', {
disabled: true
},
{
- text: gettext('ID'),
+ text: 'ID',
dataIndex: 'id',
width: 60,
hidden: true
diff --git a/www/manager6/lxc/Network.js b/www/manager6/lxc/Network.js
index 1620a7a6..504ee6be 100644
--- a/www/manager6/lxc/Network.js
+++ b/www/manager6/lxc/Network.js
@@ -479,7 +479,7 @@ Ext.define('PVE.lxc.NetworkView', {
],
columns: [
{
- header: gettext('ID'),
+ header: 'ID',
width: 50,
dataIndex: 'id'
},
--
2.11.0
More information about the pve-devel
mailing list