]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph wizard: drop unused gettext
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 16:05:28 +0000 (18:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 16:05:28 +0000 (18:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index 46272fc9b01f36ece262e8e167416e8bd47bcd46..bda6f8d9f0a8271e45903db823adc2accd646913 100644 (file)
@@ -162,7 +162,6 @@ Ext.define('PVE.ceph.CephInstallWizard', {
                     if (!nodeSub) {
                        return gettext('The enterprise repository is enabled, but there is no active subscription!');
                    } else if (!allSub) {
-                       //return gettext('Not all nodes in the cluster have an active subscription, so not all have access to the enterprise repository and therefore may receive upgrades sooner!');
                        return gettext('Not all nodes have an active subscription, which is required for cluster-wide enterprise repo access');
                    }
                    return ''; // should be hidden