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:
parent
8a8b0428fd
commit
8fc1d232ea
@ -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}',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user