diff options
author | Chris Buechler <cmb@pfsense.org> | 2016-06-24 22:22:50 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-06-24 22:22:50 -0500 |
commit | 31f171e4509af1c149bbc7dff3fa23a4a2ff3059 (patch) | |
tree | 145964e7fe07411ec44b28bb3b580c67582f8a1c /src/usr | |
parent | d4f9997baa17dea53cfdcec38d92978a5d1beb3b (diff) | |
download | pfsense-31f171e4509af1c149bbc7dff3fa23a4a2ff3059.zip pfsense-31f171e4509af1c149bbc7dff3fa23a4a2ff3059.tar.gz |
Correct/clarify column header. Ticket #6530
Diffstat (limited to 'src/usr')
-rwxr-xr-x | src/usr/local/www/diag_dump_states.php | 2 |
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> |