Update report.php

Update variable "REPORT_TITLE"
This commit is contained in:
Carlos V
2023-08-06 15:00:58 +02:00
committed by GitHub
parent 8f1223c55b
commit 1baeeb99db

View File

@@ -23,7 +23,7 @@
<section class="content-header">
<?php require 'php/templates/notification.php'; ?>
<h1 id="pageTitle">
<?= lang('REPORT_TITLE') ;?>
<?= lang('REPORT_TITLE') ;?>
</h1>
</section>
@@ -38,7 +38,7 @@ if (file_exists("log/report_output.html")) {
} else {
// Display an error message
echo "<h2>Error</h2>";
echo lang('REPORT_ERROR');
echo lang('REPORT_ERROR');
}
?>