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:
parent
3749f20c5e
commit
8a8b0428fd
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user