diff --git a/module/report/control.php b/module/report/control.php index 34cda4f588..099c3de99f 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -144,7 +144,7 @@ class report extends control $this->loadModel('mail'); /* Check mail turnon.*/ - if(!$this->config->mail->turnon) die("Mail turnon is off. Please open config for send mail.\n"); + if(!$this->config->mail->turnon) die("You should turn on the Email feature first.\n"); foreach($reminder as $user => $mail) {