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',
|
xtype: 'pbsUserSelector',
|
||||||
name: 'notify-user',
|
name: 'notify-user',
|
||||||
fieldLabel: gettext('Notify User'),
|
fieldLabel: gettext('Notify User'),
|
||||||
emptyText: gettext('root@pam'),
|
emptyText: 'root@pam',
|
||||||
value: null,
|
value: null,
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
renderer: Ext.String.htmlEncode,
|
renderer: Ext.String.htmlEncode,
|
||||||
|
Loading…
Reference in New Issue
Block a user