From 20fdfefad4f5555eb3c4ce20475d3a3b51dd8dce Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Mon, 29 May 2017 11:55:13 +0200 Subject: [PATCH] Do not internationalize 'Pools' when used in Ceph Context This is a Ceph domain term and should not be translated like OSD, ... Galician had "Virtual Groups" for Pools, which does not apply for Ceph Context. Also most languages were using 'Pools' anyway. --- www/manager6/node/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js index af768e9f..779b3e9c 100644 --- a/www/manager6/node/Config.js +++ b/www/manager6/node/Config.js @@ -260,7 +260,7 @@ Ext.define('PVE.node.Config', { }, { xtype: 'pveNodeCephPoolList', - title: gettext('Pools'), + title: 'Pools', iconCls: 'fa fa-sitemap', groups: ['ceph'], itemId: 'ceph-pools'