mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 20:20:13 +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',
|
||||
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', {
|
||||
|
Loading…
Reference in New Issue
Block a user