summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_logs.php')
-rwxr-xr-xsrc/usr/local/www/status_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_logs.php b/src/usr/local/www/status_logs.php
index 12a0166..6d8a81c 100755
--- a/src/usr/local/www/status_logs.php
+++ b/src/usr/local/www/status_logs.php
@@ -200,7 +200,7 @@ if (!$rawfilter) {
</table>
<?php
if (count($filterlog) == 0) {
- print_info_box(gettext('No logs to display'));
+ print_info_box(gettext('No logs to display.'));
}
?>
</div>
@@ -248,7 +248,7 @@ events.push(function() {
<?php
if ($rows == 0) {
- print_info_box(gettext('No logs to display'));
+ print_info_box(gettext('No logs to display.'));
}
?>
</div>
OpenPOWER on IntegriCloud