]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node summary: drop PVE prefix for manager version
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 12:44:34 +0000 (13:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 12:45:42 +0000 (13:45 +0100)
the value on the right already includes pve-manager and the user has
already loaded the PVE gui, so this is a bit superfluous

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/node/StatusView.js

index d34724f79c98ebbf72b9b5b2faa3c15c6d2a9fee..ef4403523d6ca013fc41eeb5523e856bd1fe87b4 100644 (file)
@@ -109,7 +109,7 @@ Ext.define('PVE.node.StatusView', {
            itemId: 'version',
            colspan: 2,
            printBar: false,
-           title: gettext('PVE Manager Version'),
+           title: gettext('Manager Version'),
            textField: 'pveversion',
            value: '',
        },