panel: sendmail edit: don't translate 'Proxmox VE' in author field

The default value is determined by the backend and is never
translated (which does not make sense any way for a product name).
This was likely just a copy/paste mistake from other from fields.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-10-09 16:15:16 +02:00 committed by Thomas Lamprecht
parent 8a8b0428fd
commit 8fc1d232ea

View File

@ -111,7 +111,7 @@ Ext.define('Proxmox.panel.SendmailEditPanel', {
fieldLabel: gettext('Author'),
name: 'author',
allowBlank: true,
emptyText: gettext('Proxmox VE'),
emptyText: 'Proxmox VE',
cbind: {
deleteEmpty: '{!isCreate}',
},