[pve-devel] [PATCH manager] capitalize Ceph on translatable strings
Maximiliano Sandoval
m.sandoval at proxmox.com
Thu Nov 23 17:09:50 CET 2023
Signed-off-by: Maximiliano Sandoval <m.sandoval at 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
More information about the pve-devel
mailing list