From 3191805a88bdb65b9d777424ac55ad881bb4e518 Mon Sep 17 00:00:00 2001 From: iliajie Date: Sun, 28 May 2023 19:57:27 +0300 Subject: [PATCH] Fix to use alert instead of text message --- procmail/index.cgi | 2 +- procmail/lang/en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/procmail/index.cgi b/procmail/index.cgi index 9e3a988dd..44bb1c5a8 100755 --- a/procmail/index.cgi +++ b/procmail/index.cgi @@ -42,7 +42,7 @@ else { # Check if config is from Virtualmin @conf = &get_procmailrc(); if (&check_virtualmin_config(\@conf)) { - print "",$text{'index_virtualmin'},"

\n"; + print &ui_alert_box($text{'index_virtualmin'}, 'warn'); } # Build links for adding things diff --git a/procmail/lang/en b/procmail/lang/en index e03722ace..a72b5bd86 100644 --- a/procmail/lang/en +++ b/procmail/lang/en @@ -2,7 +2,7 @@ index_title=Procmail Mail Filter index_procmail=Procmail mail filter index_desc_other=The procmail actions below from $1 will apply to all email delivered to users on your system. However, they will only be used if Procmail is installed and your mail server is configured to use it. index_mserr=Warning - any rules defined below will not be used : $1 -index_virtualmin=Warning - your system's procmail configuration was created by Virtualmin to allow per-domain spam and virus filtering. Changing it here may interfere with Virtualmin's functionality. +index_virtualmin=Your system's procmail configuration was created by Virtualmin to allow per-domain spam and virus filtering. Changing it here may interfere with Virtualmin's functionality. index_action=Action to take index_conds=Conditions index_move=Move