diff options
-rwxr-xr-x | src/usr/local/www/diag_dump_states.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/diag_states_summary.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_nat.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_rules.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/status_logs_filter.php | 6 | ||||
-rwxr-xr-x | src/usr/local/www/status_logs_filter_dynamic.php | 6 | ||||
-rw-r--r-- | src/usr/local/www/widgets/widgets/log.widget.php | 4 |
7 files changed, 12 insertions, 12 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php index 70cfd68..50d68a3 100755 --- a/src/usr/local/www/diag_dump_states.php +++ b/src/usr/local/www/diag_dump_states.php @@ -166,7 +166,7 @@ print $form; <thead> <tr> <th><?=gettext("Int")?></th> - <th><?=gettext("Proto")?></th> + <th><?=gettext("Protocol")?></th> <th><?=gettext("Source -> Router -> Destination")?></th> <th><?=gettext("State")?></th> <th></th> <!-- For the optional "Remove" button --> diff --git a/src/usr/local/www/diag_states_summary.php b/src/usr/local/www/diag_states_summary.php index 06745a0..965bcc2 100644 --- a/src/usr/local/www/diag_states_summary.php +++ b/src/usr/local/www/diag_states_summary.php @@ -179,7 +179,7 @@ function print_summary_table($label, $iparr, $sort = TRUE) { <tr> <th ><?=gettext("IP");?></th> <th class="text-center"># <?=gettext("States");?></th> - <th ><?=gettext("Proto");?></th> + <th ><?=gettext("Protocol");?></th> <th class="text-center"># <?=gettext("States");?></th> <th class="text-center"><?=gettext("Src Ports");?></th> <th class="text-center"><?=gettext("Dst Ports");?></th> diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php index b867ee2..051acfa 100644 --- a/src/usr/local/www/firewall_nat.php +++ b/src/usr/local/www/firewall_nat.php @@ -196,7 +196,7 @@ display_top_tabs($tab_array); <th><!-- Checkbox --></th> <th><!-- Rule type --></th> <th><?=gettext("If")?></th> - <th><?=gettext("Proto")?></th> + <th><?=gettext("Protocol")?></th> <th><?=gettext("Src. addr")?></th> <th><?=gettext("Src. ports")?></th> <th><?=gettext("Dest. addr")?></th> diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index 807d5a7..5ba1be9 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -281,7 +281,7 @@ display_top_tabs($tab_array); <tr> <th><!-- checkbox --></th> <th><!-- status icons --></th> - <th><?=gettext("Proto")?></th> + <th><?=gettext("Protocol")?></th> <th><?=gettext("Source")?></th> <th><?=gettext("Port")?></th> <th><?=gettext("Destination")?></th> diff --git a/src/usr/local/www/status_logs_filter.php b/src/usr/local/www/status_logs_filter.php index 007a621..235b143 100644 --- a/src/usr/local/www/status_logs_filter.php +++ b/src/usr/local/www/status_logs_filter.php @@ -183,9 +183,9 @@ if (!$rawfilter) { <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable> <thead> <tr class="text-nowrap"> - <th><?=gettext("Act")?></th> + <th><?=gettext("Action")?></th> <th><?=gettext("Time")?></th> - <th><?=gettext("IF")?></th> + <th><?=gettext("Interface")?></th> <?php if ($config['syslog']['filterdescriptions'] === "1") { ?> @@ -197,7 +197,7 @@ if (!$rawfilter) { ?> <th><?=gettext("Source")?></th> <th><?=gettext("Destination")?></th> - <th><?=gettext("Proto")?></th> + <th><?=gettext("Protocol")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/status_logs_filter_dynamic.php b/src/usr/local/www/status_logs_filter_dynamic.php index 4a8b6d6..8c9374a 100755 --- a/src/usr/local/www/status_logs_filter_dynamic.php +++ b/src/usr/local/www/status_logs_filter_dynamic.php @@ -406,12 +406,12 @@ function toggleListDescriptions() { <table class="table table-striped table-hover table-condensed"> <thead> <tr class="text-nowrap"> - <th><?=gettext("Act")?></th> + <th><?=gettext("Action")?></th> <th><?=gettext("Time")?></th> - <th><?=gettext("IF")?></th> + <th><?=gettext("Interface")?></th> <th><?=gettext("Source")?></th> <th><?=gettext("Destination")?></th> - <th><?=gettext("Proto")?></th> + <th><?=gettext("Protocol")?></th> </tr> </thead> <tbody id="filter-log-entries"> diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php index 62e5104..66e5b04 100644 --- a/src/usr/local/www/widgets/widgets/log.widget.php +++ b/src/usr/local/www/widgets/widgets/log.widget.php @@ -131,9 +131,9 @@ if (isset($_POST['lastsawtime'])) { <table class="table table-striped table-hover"> <thead> <tr> - <th><?=gettext("Act");?></th> + <th><?=gettext("Action");?></th> <th><?=gettext("Time");?></th> - <th><?=gettext("IF");?></th> + <th><?=gettext("Interface");?></th> <th><?=gettext("Source");?></th> <th><?=gettext("Destination");?></th> </tr> |