]> git.proxmox.com Git - pmg-gui.git/commitdiff
NavigationTree: Remove extra space
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 29 Nov 2023 13:25:22 +0000 (14:25 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 15 Dec 2023 15:07:51 +0000 (16:07 +0100)
The new string already is in our .po file. This change will remove the
wrong string without requiring newer translations.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
js/NavigationTree.js

index 2c4d5a5e78d8e4c5eabfeb02b95e70839e41128f..59d98f5bf00446d0ecf8808f50d64dfefe33f096 100644 (file)
@@ -163,7 +163,7 @@ Ext.define('PMG.store.NavigationStore', {
                        leaf: true,
                    },
                    {
-                       text: gettext('Virus  Charts'),
+                       text: gettext('Virus Charts'),
                        iconCls: 'fa fa-bug',
                        path: 'pmgVirusCharts',
                        leaf: true,