Make report labels more explicit

PMG (optionally) sends two kinds of reports:
* the reports to users, which mails of theirs are in the Spamquarantine
  (`pmgqm`)
* the reports about the System's state and performance to the Administrator
  (`pmgreport`)

Given that these get confused quite often, make their labels in the GUI
more explicit.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-05-28 12:30:16 +02:00 committed by Thomas Lamprecht
parent 819d57c97b
commit 0729f168cf
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Ext.define('PMG.SpamQuarantineOptions', {
return me.reportstyleTextHash[value] || value;
};
me.add_combobox_row('reportstyle', gettext('Report Style'), {
me.add_combobox_row('reportstyle', gettext('User Spamreport Style'), {
defaultValue: 'verbose',
renderer: render_reportstyle,
comboItems: [

View File

@ -64,7 +64,7 @@ Ext.define('PMG.SystemOptions', {
initComponent : function() {
var me = this;
me.add_boolean_row('dailyreport', gettext('Send daily reports'),
me.add_boolean_row('dailyreport', gettext('Send daily admin reports'),
{ defaultValue: 1});
me.add_boolean_row('advfilter', gettext('Use advanced statistic filters'),