summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-24 22:22:50 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-24 22:23:29 -0500
commitebb1e0a59372b70acfe20ff1162925eaf8b7c502 (patch)
treee26de939d669d6b5e8cbb456dc1b27b79f34421d
parent4e658db244405f198e96b21e65a138b39a0712f7 (diff)
downloadpfsense-ebb1e0a59372b70acfe20ff1162925eaf8b7c502.zip
pfsense-ebb1e0a59372b70acfe20ff1162925eaf8b7c502.tar.gz
Correct/clarify column header. Ticket #6530
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 2cf3c22..3fa87a5 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -212,7 +212,7 @@ print $form;
<tr>
<th><?=gettext("Interface")?></th>
<th><?=gettext("Protocol")?></th>
- <th><?=gettext("Source -> Router -> Destination")?></th>
+ <th><?=gettext("Source (Original Source) -> Destination (Original Destination)")?></th>
<th><?=gettext("State")?></th>
<th data-sortable="false"><?=gettext("Packets")?></th>
<th data-sortable="false"><?=gettext("Bytes")?></th>
OpenPOWER on IntegriCloud