]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/storage/BackupView.js
ui: drop various translations of fixed strings
[pve-manager.git] / www / manager6 / storage / BackupView.js
index bdaf85c8ddd618b0a401586ac3b3a098fd16b166..878e1c8fb8331bf8797ec3863a71e3e431f55cdc 100644 (file)
@@ -223,7 +223,7 @@ Ext.define('PVE.storage.BackupView', {
        }
 
        me.extraColumns.vmid = {
-           header: gettext('VMID'),
+           header: 'VMID',
            dataIndex: 'vmid',
            hidden: true,
            sorter: (a, b) => (a.data.vmid ?? 0) - (b.data.vmid ?? 0),