guest import: fix attaced typo in translatable string
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
00830b8717
commit
d801ff78c0
@ -929,7 +929,7 @@ Ext.define('PVE.window.GuestImport', {
|
||||
let renderWarning = w => {
|
||||
const warningsCatalogue = {
|
||||
'cdrom-image-ignored': gettext("CD-ROM images cannot get imported, if required you can reconfigure the '{0}' drive in the 'Advanced' tab."),
|
||||
'nvme-unsupported': gettext("NVMe disks are currently not supported, '{0}' will get attaced as SCSI"),
|
||||
'nvme-unsupported': gettext("NVMe disks are currently not supported, '{0}' will get attached as SCSI"),
|
||||
'ovmf-with-lsi-unsupported': gettext("OVMF is built without LSI drivers, scsi hardware was set to '{1}'"),
|
||||
'serial-port-socket-only': gettext("Serial socket '{0}' will be mapped to a socket"),
|
||||
'guest-is-running': gettext('Virtual guest seems to be running on source host. Import might fail or have inconsistent state!'),
|
||||
|
Loading…
Reference in New Issue
Block a user