From a5630fd2ddef105147c125b95557d01835f40ca2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 Nov 2023 09:09:59 +0100 Subject: [PATCH] schema: do not translate SMTP Signed-off-by: Thomas Lamprecht --- src/Schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema.js b/src/Schema.js index 8480c76..841527f 100644 --- a/src/Schema.js +++ b/src/Schema.js @@ -44,7 +44,7 @@ Ext.define('Proxmox.Schema', { // a singleton iconCls: 'fa-envelope-o', }, smtp: { - name: gettext('SMTP'), + name: 'SMTP', ipanel: 'pmxSmtpEditPanel', iconCls: 'fa-envelope-o', },