summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 16:22:44 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:13:38 -0500
commit7bf3b8a0d4003c614586eb0d75485ba089b9e75f (patch)
tree0f5680309734e15bc5ab9d0200d001a3340151a8 /src/usr/local/www/diag_tables.php
parentf4bed461c198b2cd446e60fc6fda1a76ebebb597 (diff)
downloadpfsense-7bf3b8a0d4003c614586eb0d75485ba089b9e75f.zip
pfsense-7bf3b8a0d4003c614586eb0d75485ba089b9e75f.tar.gz
Use print_info_box() to generate alerts
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 8a160d3..a76829f 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -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