From 8a8b0428fdf8dc89992562cc94d5c26722556d72 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Mon, 9 Oct 2023 16:38:29 +0200 Subject: [PATCH] schema: endpoint types: don't translate endpoint type names ... that are not really translatable. Signed-off-by: Lukas Wagner --- 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', },