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 20:07:44 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:14:47 -0500
commit02342d8c9fa4fe988c101427bd02096ba9ac686f (patch)
tree099de865e60cdd66ef5f0055de2ec8b6b49c8006 /src/usr/local/www/diag_tables.php
parent7b299a6e4b231ded51f18a2a3aef33bc12d6bf80 (diff)
downloadpfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.zip
pfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.tar.gz
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
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 a76829f..8a160d3 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