diff options
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> |