Signed-off-by: Maximiliano Sandoval <m.sando...@proxmox.com> --- www/manager6/ceph/CephInstallWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index f33ae868..3342a80f 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -169,7 +169,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { return ''; // should be hidden } else if (repo === 'no-subscription') { return allSub - ? gettext("Cluster has active subscriptions and would be elligible for using the enterprise repository.") + ? gettext("Cluster has active subscriptions and would be eligible for using the enterprise repository.") : gettext("The no-subscription repository is not the best choice for production setups."); } else { return gettext('The test repository should only be used for test setups or after consulting the official Proxmox support!'); -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel