diff --git a/www/window/NotifyOptions.js b/www/window/NotifyOptions.js index 5250e0e8..50a19dd7 100644 --- a/www/window/NotifyOptions.js +++ b/www/window/NotifyOptions.js @@ -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,