summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index d34d57c..8a160d3 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -169,9 +169,9 @@ if ($bogons || !empty($entries)) {
<?php
$last_updated = exec('/usr/bin/grep -i -m 1 -E "^# last updated" /etc/' . escapeshellarg($tablename) . '|cut -d"(" -f2|tr -d ")" ');
if ($last_updated != "") {
- print_info_box(gettext("Table last updated on ") . $last_updated, 'info', false);
+ print_info_box(gettext("Table last updated on ") . $last_updated . ".", 'info', false);
} else {
- print_info_box(gettext("Date of last update of table is unknown"), 'info', false);
+ print_info_box(gettext("Date of last update of table is unknown."), 'info', false);
}
?>
</div>
@@ -243,6 +243,6 @@ events.push(function() {
<?php
if (empty($entries)) {
- print_info_box(gettext("No entries exist in this table"), 'warning', false);
+ print_info_box(gettext("No entries exist in this table."), 'warning', false);
}
include("foot.inc");
OpenPOWER on IntegriCloud