Everywhere else (including in the Ceph documentation itself [0]) it is spelled without a space in "metadata", so fix this lonely occurrence for consistency.
[0] https://docs.ceph.com/en/latest/glossary/#term-Ceph-Metadata-Server Signed-off-by: Christoph Heiss <c.he...@proxmox.com> --- www/manager6/ceph/Services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Services.js b/www/manager6/ceph/Services.js index dfafee43e..2f8252a95 100644 --- a/www/manager6/ceph/Services.js +++ b/www/manager6/ceph/Services.js @@ -32,7 +32,7 @@ Ext.define('PVE.ceph.Services', { flex: 1, xtype: 'pveCephServiceList', itemId: 'mdss', - title: gettext('Meta Data Servers'), + title: gettext('Metadata Servers'), }, ], -- 2.48.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel