summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-14 12:31:39 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-14 12:31:39 +0000
commit66c62a1ab16dc4f39e0c0da3bc3656f10112bbd6 (patch)
tree9b72bb5c5a8f2885218f0365ad76d3fa71ae798a /src/usr/local/www/status_logs_filter.php
parent08e1566a0646005dee20bda39bbc2a204a8e1b54 (diff)
downloadpfsense-66c62a1ab16dc4f39e0c0da3bc3656f10112bbd6.zip
pfsense-66c62a1ab16dc4f39e0c0da3bc3656f10112bbd6.tar.gz
Replace abbreviations with complete word
Diffstat (limited to 'src/usr/local/www/status_logs_filter.php')
-rw-r--r--src/usr/local/www/status_logs_filter.php6
1 files changed, 3 insertions, 3 deletions
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>
OpenPOWER on IntegriCloud