From 3dff70eb7ebf5d7f422ee18f05efc62b27b2f10b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Sep 2023 08:15:02 +0200 Subject: [PATCH] ui: notifications event: fix using gettext Signed-off-by: Thomas Lamprecht --- www/manager6/dc/NotificationEvents.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/manager6/dc/NotificationEvents.js b/www/manager6/dc/NotificationEvents.js index f2ee12e0..21628204 100644 --- a/www/manager6/dc/NotificationEvents.js +++ b/www/manager6/dc/NotificationEvents.js @@ -29,8 +29,7 @@ Ext.define('PVE.dc.NotificationEventDisabledWarning', { extend: 'Ext.form.field.Display', userCls: 'pmx-hint', hidden: true, - value: gettext('Disabling notifications is not ' + - 'recommended for production systems!'), + value: gettext('Disabling notifications is not recommended for production systems!'), }); Ext.define('PVE.dc.NotificationEventsTargetSelector', {