Fixes: 80da5bb97dbd6a03173365f98c796d96c94f5e85
Signed-off-by: Markus Frank <m.fr...@proxmox.com>
---
 www/manager6/qemu/DisplayEdit.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
index 8d8f1e00..c8a67017 100644
--- a/www/manager6/qemu/DisplayEdit.js
+++ b/www/manager6/qemu/DisplayEdit.js
@@ -95,8 +95,8 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
            xtype: 'displayfield',
            name: 'vncHint',
            userCls: 'pmx-hint',
-           value: gettext('You cannot use the default SPICE clipboard if the 
VNC Clipboard is selected.') + ' ' +
-               gettext('VNC Clipboard requires spice-tools installed in the 
Guest-VM.'),
+           value: gettext('You cannot use the default SPICE clipboard if the 
VNC clipboard is selected.') + ' ' +
+               gettext('VNC clipboard requires spice-tools installed in the 
Guest-VM.'),
            bind: {
                hidden: '{hideVNCHint}',
            },
@@ -115,7 +115,7 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
            name: 'defaultHint',
            userCls: 'pmx-hint',
            value: gettext('This option depends on your display type.') + ' ' +
-               gettext('If the display type uses SPICE you are able to use the 
default SPICE Clipboard.'),
+               gettext('If the display type uses SPICE you are able to use the 
default SPICE clipboard.'),
            bind: {
                hidden: '{hideDefaultHint}',
            },
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to