[pve-devel] [PATCH manager] ui: CephInstallWizard: fix typo

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Dec 3 10:58:18 CET 2025


Reported-by: Daniel Nylander <daniel at danielnylander.se>
Signed-off-by: Maximiliano Sandoval <m.sandoval at 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 4ec73714..28937e05 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -179,7 +179,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
                           );
                 } else if (repo === 'manual') {
                     return gettext(
-                        'The manual repository option expects that the repository is already configured. For example, in combination with the Promox Offline Mirror.',
+                        'The manual repository option expects that the repository is already configured. For example, in combination with the Proxmox Offline Mirror.',
                     );
                 } else {
                     return gettext(
-- 
2.47.3





More information about the pve-devel mailing list