]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu/audio: improve displayed text for backend drivers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 12:09:33 +0000 (13:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 12:09:33 +0000 (13:09 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/AudioEdit.js

index 7955c4bdd9aaff0d9403eefa32add672f380fc3a..2029bae15c4dc18d0f0003a8af61b610d9622bd7 100644 (file)
@@ -33,8 +33,8 @@ Ext.define('PVE.qemu.AudioInputPanel', {
        value: 'spice',
        fieldLabel: gettext('Backend Driver'),
        comboItems: [
-           ['spice', 'spice'],
-           ['none', 'none'],
+           ['spice', 'SPICE'],
+           ['none', `${Proxmox.Utils.NoneText} (${gettext('Dummy Device')})`],
        ]
     }]
 });