summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-22 08:18:34 -0200
committerRenato Botelho <renato@netgate.com>2016-01-22 08:18:34 -0200
commit9b40b1514d24eaf722421adf657d17a6c4bfdb9f (patch)
tree9a8a705aee2f5b6445485c4e31feef7d0658f11f /src
parentfbdd67e17be5ecbbb6bdcc7b6ea0a4b3042c07d4 (diff)
parentb87923bd2238e2bd12ac143b66784ef20d010c0d (diff)
downloadpfsense-9b40b1514d24eaf722421adf657d17a6c4bfdb9f.zip
pfsense-9b40b1514d24eaf722421adf657d17a6c4bfdb9f.tar.gz
Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_Abbreviation
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index 7078709..4455ab0 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -133,9 +133,9 @@ if (isset($_POST['lastsawtime'])) {
<tr>
<th><?=gettext("Act");?></th>
<th><?=gettext("Time");?></th>
- <th><?=gettext("If");?></th>
+ <th><?=gettext("IF");?></th>
<th><?=gettext("Source");?></th>
- <th><?=gettext("Dest");?></th>
+ <th><?=gettext("Destination");?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud