schema: endpoint types: don't translate endpoint type names

... that are not really translatable.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-10-09 16:38:29 +02:00 committed by Thomas Lamprecht
parent 3749f20c5e
commit 8a8b0428fd

View File

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