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', },