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:
Dominic Jäger 2021-01-07 09:32:15 +01:00 committed by Thomas Lamprecht
parent e422beec74
commit 711d1f6fc3

View File

@ -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,