schema: do not translate SMTP

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-23 09:09:59 +01:00
parent 55f8555f18
commit a5630fd2dd

View File

@ -44,7 +44,7 @@ Ext.define('Proxmox.Schema', { // a singleton
iconCls: 'fa-envelope-o', iconCls: 'fa-envelope-o',
}, },
smtp: { smtp: {
name: gettext('SMTP'), name: 'SMTP',
ipanel: 'pmxSmtpEditPanel', ipanel: 'pmxSmtpEditPanel',
iconCls: 'fa-envelope-o', iconCls: 'fa-envelope-o',
}, },