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