diff --git a/front/report.php b/front/report.php index b43cbac1..0012dc68 100644 --- a/front/report.php +++ b/front/report.php @@ -37,8 +37,8 @@ if (file_exists("log/report_output.html")) { include("log/report_output.html"); } else { // Display an error message - echo "

Error

"; - echo "

The page you are looking for is temporarily unavailable, please try again after a few seconds

"; + echo "

Error

"; + echo lang('REPORT_ERROR'); } ?>