]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: notifications event: fix using gettext
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Sep 2023 06:15:02 +0000 (08:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Sep 2023 06:15:02 +0000 (08:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/NotificationEvents.js

index f2ee12e07db82c5f94712ef8d1d33b9a304a82a2..216282047f9a83be4d678a7931c963d1dfd1e310 100644 (file)
@@ -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', {