summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
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:25 -0500
commitea81ba1cec3d347eece620a42167bb0e76b3c9a4 (patch)
tree51c3b7bf0d3ee84342a656869e9ff8e1db1829d4 /src/usr/local/www/diag_dump_states.php
parent51a3acee8f721ce290b23edc8275703ae23596c4 (diff)
downloadpfsense-ea81ba1cec3d347eece620a42167bb0e76b3c9a4.zip
pfsense-ea81ba1cec3d347eece620a42167bb0e76b3c9a4.tar.gz
Correct/clarify column header. Ticket #6530
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-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