ui: notifications event: fix using gettext

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-09-14 08:15:02 +02:00
parent 57490ff2c6
commit 3dff70eb7e

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