ui: qemubiosedit: add gettext to efi disk hint

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2019-09-30 11:42:47 +02:00 committed by Thomas Lamprecht
parent 492e7110ae
commit f419a1700d

View File

@ -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
});