mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-13 21:37:26 +00:00
fix title in Incoming Mails graph (use 'Junk Mails')
This commit is contained in:
parent
e8dc2e15ce
commit
126df33c9a
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user