]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: mdev selector: avoid separate gettext for "Avail"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Oct 2022 11:53:39 +0000 (13:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Oct 2022 11:54:10 +0000 (13:54 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/MDevSelector.js

index 0a157813ee45845cecaa8b8439bcbfe7de689ec4..b75e3d209d4f72243923d9b22d07ac00caae4c7a 100644 (file)
@@ -30,7 +30,7 @@ Ext.define('PVE.form.MDevSelector', {
                flex: 1,
            },
            {
-               header: gettext('Avail.'),
+               header: gettext('Avail'),
                dataIndex: 'available',
                width: 60,
            },