Signed-off-by: Emmanuel Kasper <e.kas...@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


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to