[pmg-devel] [PATCH pmg-gui 2/2] NavigationTree: Remove extra space

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Nov 29 14:25:22 CET 2023


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 at proxmox.com>
---
 js/NavigationTree.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/NavigationTree.js b/js/NavigationTree.js
index 2c4d5a5..59d98f5 100644
--- a/js/NavigationTree.js
+++ b/js/NavigationTree.js
@@ -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,
-- 
2.39.2





More information about the pmg-devel mailing list