From 126df33c9a0fd0743f557df4a3beb77e900f2b5c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 7 Dec 2017 11:23:08 +0100 Subject: [PATCH] fix title in Incoming Mails graph (use 'Junk Mails') --- js/GeneralMailStatistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/GeneralMailStatistics.js b/js/GeneralMailStatistics.js index e94521a..c8e5b26 100644 --- a/js/GeneralMailStatistics.js +++ b/js/GeneralMailStatistics.js @@ -176,7 +176,7 @@ Ext.define('PMG.GeneralMailStatistics', { xtype: 'proxmoxRRDChart', fields: ['count_in', 'spamcount_in', 'viruscount_in', 'bounces_in'], fieldTitles: [ - gettext('Incoming Mails'), gettext('Spam Mails'), + gettext('Incoming Mails'), gettext('Junk Mails'), gettext('Virus Mails'), gettext('Bounces')], store: countstore } -- 2.39.2