From: Maximiliano Sandoval Date: Wed, 29 Nov 2023 13:25:22 +0000 (+0100) Subject: NavigationTree: Remove extra space X-Git-Url: https://git.proxmox.com/?p=pmg-gui.git;a=commitdiff_plain;h=6fb7df06ccbebf76f201ce2fe41e936789976bae NavigationTree: Remove extra space 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 --- 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,