Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- feel free to squash this into the first patch if you prefer.
www/manager6/qemu/DisplayEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js index 7a9a5160..7482ca55 100644 --- a/www/manager6/qemu/DisplayEdit.js +++ b/www/manager6/qemu/DisplayEdit.js @@ -55,7 +55,7 @@ Ext.define('PVE.qemu.DisplayInputPanel', { (key) => PVE.Utils.kvm_vga_drivers[key] === v ); if (vgaKey.match(/^serial\d+$/) && (!cfg[vgaKey] || cfg[vgaKey] !== 'socket')) { - let fmt = gettext("Serial interface '{0}' is not correctly configured."); + let fmt = gettext("Serial interface '{0}' needs a matching serial port device configured."); return Ext.String.format(fmt, v); } return true; -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel