* [pve-devel] [PATCH manager v2] fix typos in user visible strings
@ 2024-10-14 13:39 Maximiliano Sandoval
2024-10-16 16:42 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2024-10-14 13:39 UTC (permalink / raw)
To: pve-devel
Found with the `typos` cli tool.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Differences from v1:
- Do not fix `state = 'uknown'` typo. It is not user facing
- Fix commit message
www/manager6/ceph/CephInstallWizard.js | 2 +-
www/manager6/node/Certificates.js | 2 +-
www/mobile/Toolkit.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index f33ae868e..3342a80fd 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -169,7 +169,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
return ''; // should be hidden
} else if (repo === 'no-subscription') {
return allSub
- ? gettext("Cluster has active subscriptions and would be elligible for using the enterprise repository.")
+ ? gettext("Cluster has active subscriptions and would be eligible for using the enterprise repository.")
: gettext("The no-subscription repository is not the best choice for production setups.");
} else {
return gettext('The test repository should only be used for test setups or after consulting the official Proxmox support!');
diff --git a/www/manager6/node/Certificates.js b/www/manager6/node/Certificates.js
index a086581c8..0f4023880 100644
--- a/www/manager6/node/Certificates.js
+++ b/www/manager6/node/Certificates.js
@@ -305,7 +305,7 @@ Ext.define('PVE.node.Certificates', {
dataIndex: 'subject',
},
{
- header: gettext('Public Key Alogrithm'),
+ header: gettext('Public Key Algorithm'),
flex: 1,
dataIndex: 'public-key-type',
hidden: true,
diff --git a/www/mobile/Toolkit.js b/www/mobile/Toolkit.js
index 7bde24e69..864707de4 100644
--- a/www/mobile/Toolkit.js
+++ b/www/mobile/Toolkit.js
@@ -7,4 +7,4 @@ Ext.Ajax.setDisableCaching(false);
// do not send '_dc' parameter
Ext.Ajax.disableCaching = false;
-Ext.Loader.injectScriptElement = (url) => console.warn(`surpressed loading ${url}`);
+Ext.Loader.injectScriptElement = (url) => console.warn(`suppressed loading ${url}`);
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager v2] fix typos in user visible strings
2024-10-14 13:39 [pve-devel] [PATCH manager v2] fix typos in user visible strings Maximiliano Sandoval
@ 2024-10-16 16:42 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-10-16 16:42 UTC (permalink / raw)
To: Proxmox VE development discussion, Maximiliano Sandoval
Am 14/10/2024 um 15:39 schrieb Maximiliano Sandoval:
> Found with the `typos` cli tool.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
>
> Differences from v1:
> - Do not fix `state = 'uknown'` typo. It is not user facing
> - Fix commit message
>
> www/manager6/ceph/CephInstallWizard.js | 2 +-
> www/manager6/node/Certificates.js | 2 +-
> www/mobile/Toolkit.js | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-16 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-14 13:39 [pve-devel] [PATCH manager v2] fix typos in user visible strings Maximiliano Sandoval
2024-10-16 16:42 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox