Commit fa27a891 authored by Dietmar Maurer's avatar Dietmar Maurer

fix typo

parent 2df56245
...@@ -127,7 +127,7 @@ Ext.define('PVE.qemu.Options', { ...@@ -127,7 +127,7 @@ Ext.define('PVE.qemu.Options', {
renderer: PVE.Utils.format_boolean, renderer: PVE.Utils.format_boolean,
editor: caps.vms['VM.Config.HWType'] ? { editor: caps.vms['VM.Config.HWType'] ? {
xtype: 'pveWindowEdit', xtype: 'pveWindowEdit',
subject: gettext('Hotplog'), subject: gettext('Hotplug'),
items: { items: {
xtype: 'pvecheckbox', xtype: 'pvecheckbox',
name: 'hotplug', name: 'hotplug',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment