[pve-devel] [PATCH manager 1/6] Do not translate Ceph specific terms

Emmanuel Kasper e.kasper at proxmox.com
Wed Nov 8 16:10:26 CET 2017


Signed-off-by: Emmanuel Kasper <e.kasper at proxmox.com>
---
 www/manager6/ceph/StatusDetail.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/ceph/StatusDetail.js b/www/manager6/ceph/StatusDetail.js
index 5373e2d5..7625b366 100644
--- a/www/manager6/ceph/StatusDetail.js
+++ b/www/manager6/ceph/StatusDetail.js
@@ -37,7 +37,7 @@ Ext.define('PVE.ceph.StatusDetail', {
 	    downout: 0
 	},
 	tpl: [
-	    '<h3>' + gettext('OSDs') + '</h3>',
+	    '<h3>' + 'OSDs' + '</h3>',
 	    '<table class="osds">',
 	    '<tr><td></td>',
 	    '<td><i class="fa fa-fw good fa-circle"></i>',
@@ -76,7 +76,7 @@ Ext.define('PVE.ceph.StatusDetail', {
 	    states: []
 	},
 	tpl: [
-	    '<h3>' + gettext('PGs') + '</h3>',
+	    '<h3>' + 'PGs' + '</h3>',
 	    '<tpl for="states">',
 	    '<div class="left-aligned">{state_name}:</div>',
 	    '<div class="right-aligned">{count}</div><br />',
-- 
2.11.0





More information about the pve-devel mailing list