all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] ui: fabrics: fix typo in translatable string
@ 2026-06-08  8:30 Maximiliano Sandoval
  2026-06-08  9:55 ` Gabriel Goller
  2026-06-08 15:27 ` Fiona Ebner
  0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2026-06-08  8:30 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 www/manager6/sdn/fabrics/ospf/InterfacePanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/sdn/fabrics/ospf/InterfacePanel.js b/www/manager6/sdn/fabrics/ospf/InterfacePanel.js
index 3a47bd524..f01625c49 100644
--- a/www/manager6/sdn/fabrics/ospf/InterfacePanel.js
+++ b/www/manager6/sdn/fabrics/ospf/InterfacePanel.js
@@ -10,7 +10,7 @@ Ext.define('PVE.sdn.Fabric.Ospf.NetworkTypeSelector', {
     listConfig: {
         columns: [
             {
-                header: gettext('NetworkType'),
+                header: gettext('Network Type'),
                 dataIndex: 'name',
                 hideable: false,
                 sortable: true,
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-08 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-08  8:30 [PATCH manager] ui: fabrics: fix typo in translatable string Maximiliano Sandoval
2026-06-08  9:55 ` Gabriel Goller
2026-06-08 15:27 ` Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal