From 994f647edcdb60eeac0abb79a74cfe688bc6b730 Mon Sep 17 00:00:00 2001 From: Tim Marx Date: Mon, 15 Jul 2019 11:06:13 +0200 Subject: [PATCH] gui: ceph installer: fix typo Signed-off-by: Tim Marx --- 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 776b2277..3c340543 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -51,7 +51,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { html: '

Ceph?

'+ '

"Ceph is a unified, distributed storage system designed for excellent performance, reliability and scalability."

'+ '

Ceph is currently not installed on this node, click on the next button below to start the installation.'+ - ' This wizard will guide you through the necessary steps, after the initial installation you will be offered to create a initial configuration.'+ + ' This wizard will guide you through the necessary steps, after the initial installation you will be offered to create an initial configuration.'+ ' The configuration step is only needed once per cluster and will be skipped if a config is already present.

'+ '

Please take a look at our documentation, by clicking the help button below, before starting the installation, '+ 'if you want to gain deeper knowledge about Ceph visit ceph.com.

',