... that are not really translatable.

Signed-off-by: Lukas Wagner <l.wag...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to