public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] capitalize Ceph on translatable strings
@ 2023-11-23 16:09 Maximiliano Sandoval
  0 siblings, 0 replies; only message in thread
From: Maximiliano Sandoval @ 2023-11-23 16:09 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 www/manager6/ceph/CephInstallWizard.js | 6 +++---
 www/manager6/storage/RBDEdit.js        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index f33ae868..273f7905 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -82,7 +82,7 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
 		let res = response.result;
 		if (!res || !res.data || !res.data.node) {
 		    me.setValue(
-			gettext('Could not detect a ceph installation in the cluster'),
+			gettext('Could not detect a Ceph installation in the cluster'),
 		    );
 		    return;
 		}
@@ -116,11 +116,11 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
 
 		if (release === 'unknown') {
 		    me.setValue(
-			gettext('Could not detect a ceph installation in the cluster'),
+			gettext('Could not detect a Ceph installation in the cluster'),
 		    );
 		} else {
 		    me.setValue(Ext.String.format(
-			gettext('Newest ceph version in cluster is {0}'),
+			gettext('Newest Ceph version in cluster is {0}'),
 			newestVersionTxt,
 		    ));
 		}
diff --git a/www/manager6/storage/RBDEdit.js b/www/manager6/storage/RBDEdit.js
index 15fc1304..d8e9f28b 100644
--- a/www/manager6/storage/RBDEdit.js
+++ b/www/manager6/storage/RBDEdit.js
@@ -224,7 +224,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
 		uncheckedValue: 0,
 		submitValue: false,
 		hidden: !me.isCreate,
-		boxLabel: gettext('Use Proxmox VE managed hyper-converged ceph pool'),
+		boxLabel: gettext('Use Proxmox VE managed hyper-converged Ceph pool'),
 	    },
 	];
 
-- 
2.39.2





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-23 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 16:09 [pve-devel] [PATCH manager] capitalize Ceph on translatable strings Maximiliano Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal