[pve-devel] [PATCH widget-toolkit] panel: certificates: fix typo

Fiona Ebner f.ebner at proxmox.com
Wed Sep 17 16:07:40 CEST 2025


Reported-by: Daniel Koć
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---

Reported here, but the reporter's mail address was hidden/mangled:
https://lore.proxmox.com/pve-devel/20250731200200.0A3E99D33@firstgate.proxmox.com/

 src/panel/Certificates.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panel/Certificates.js b/src/panel/Certificates.js
index 65c851a..c1125d1 100644
--- a/src/panel/Certificates.js
+++ b/src/panel/Certificates.js
@@ -25,7 +25,7 @@ Ext.define('Proxmox.panel.Certificates', {
             dataIndex: 'subject',
         },
         {
-            header: gettext('Public Key Alogrithm'),
+            header: gettext('Public Key Algorithm'),
             flex: 1,
             dataIndex: 'public-key-type',
             hidden: true,
-- 
2.47.2





More information about the pve-devel mailing list