ui: mdev selector: avoid separate gettext for "Avail"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-10-04 13:53:39 +02:00
parent 5366e88eda
commit 2831d8061b

View File

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