ui: restore: fix syntax error introduced in previous commit

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2022-04-28 11:29:42 +02:00
parent af7de8a1b0
commit 491d0f03f6

View File

@ -345,7 +345,7 @@ Ext.define('PVE.window.Restore', {
}],
},
],
);
});
let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM');
if (me.vmid) {