mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 23:19:20 +00:00
ui: notifications event: fix using gettext
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
57490ff2c6
commit
3dff70eb7e
@ -29,8 +29,7 @@ Ext.define('PVE.dc.NotificationEventDisabledWarning', {
|
|||||||
extend: 'Ext.form.field.Display',
|
extend: 'Ext.form.field.Display',
|
||||||
userCls: 'pmx-hint',
|
userCls: 'pmx-hint',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
value: gettext('Disabling notifications is not ' +
|
value: gettext('Disabling notifications is not recommended for production systems!'),
|
||||||
'recommended for production systems!'),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Ext.define('PVE.dc.NotificationEventsTargetSelector', {
|
Ext.define('PVE.dc.NotificationEventsTargetSelector', {
|
||||||
|
Loading…
Reference in New Issue
Block a user