[pve-devel] [PATCH manager v1 2/2] ui: qemu: fix the capitalisation of the word clipboard in DisplayEdit
Markus Frank
m.frank at proxmox.com
Mon Jan 27 12:57:46 CET 2025
Fixes: 80da5bb97dbd6a03173365f98c796d96c94f5e85
Signed-off-by: Markus Frank <m.frank at 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
More information about the pve-devel
mailing list