From 711d1f6fc3e5e371a8fbdb6a6fd4482f31e06a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Thu, 7 Jan 2021 09:32:15 +0100 Subject: [PATCH] ui: notify options: Remove gettext for root@pam MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Translating root@pam is not useful, especially as the empty text symbolises the default value. Signed-off-by: Dominic Jäger --- www/window/NotifyOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,