[pve-devel] [PATCH proxmox-widget-toolkit] schema: endpoint types: don't translate endpoint type names

Lukas Wagner l.wagner at proxmox.com
Mon Oct 9 16:38:29 CEST 2023


... that are not really translatable.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 src/Schema.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Schema.js b/src/Schema.js
index a7ffdf8..e0f583a 100644
--- a/src/Schema.js
+++ b/src/Schema.js
@@ -39,12 +39,12 @@ Ext.define('Proxmox.Schema', { // a singleton
 
     notificationEndpointTypes: {
 	sendmail: {
-	    name: gettext('Sendmail'),
+	    name: 'Sendmail',
 	    ipanel: 'pmxSendmailEditPanel',
 	    iconCls: 'fa-envelope-o',
 	},
 	gotify: {
-	    name: gettext('Gotify'),
+	    name: 'Gotify',
 	    ipanel: 'pmxGotifyEditPanel',
 	    iconCls: 'fa-bell-o',
 	},
-- 
2.39.2






More information about the pve-devel mailing list