ui: qemubiosedit: add gettext to efi disk hint
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
492e7110ae
commit
f419a1700d
@ -9,8 +9,7 @@ Ext.define('PVE.qemu.BiosEdit', {
|
||||
var EFIHint = Ext.createWidget({
|
||||
xtype: 'displayfield', //submitValue is false, so we don't get submitted
|
||||
userCls: 'pve-hint',
|
||||
value: 'You need to add an EFI disk for storing the ' +
|
||||
'EFI settings. See the online help for details.',
|
||||
value: gettext('You need to add an EFI disk for storing the EFI settings. See the online help for details.'),
|
||||
hidden: true
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user