ui: notify options: Remove gettext for root@pam
Translating root@pam is not useful, especially as the empty text symbolises the default value. Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
parent
e422beec74
commit
711d1f6fc3
@ -52,7 +52,7 @@ Ext.define('PBS.window.NotifyOptions', {
|
||||
xtype: 'pbsUserSelector',
|
||||
name: 'notify-user',
|
||||
fieldLabel: gettext('Notify User'),
|
||||
emptyText: gettext('root@pam'),
|
||||
emptyText: 'root@pam',
|
||||
value: null,
|
||||
allowBlank: true,
|
||||
renderer: Ext.String.htmlEncode,
|
||||
|
Loading…
Reference in New Issue
Block a user