[pve-devel] [PATCH manager 3/4] ui: ceph installer: adapt wording of further instructions

Tim Marx t.marx at proxmox.com
Thu Mar 28 12:16:05 CET 2019


Signed-off-by: Tim Marx <t.marx 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 80ffdff1..30d04a2b 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -303,7 +303,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		onlineHelp: 'pve_ceph_install',
 		html: '<h3>Installation successful!</h3>'+
 		'<p>The basic installation and configuration is completed, depending on your setup some of the following steps are required to start using Ceph:</p>'+
-		'<ol><li>Creating Ceph Monitors</li><li>Creating Ceph OSDs</li><li>Creating Ceph Pools</li></ol>'+
+		'<ol><li>Create additional Ceph Monitors</li><li>Create Ceph OSDs</li><li>Create Ceph Pools</li></ol>'+
 		'<p>To learn more click on the help button below.</p>',
 		listeners: {
 		    activate: function() {
-- 
2.11.0




More information about the pve-devel mailing list