summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-21 15:29:14 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-21 15:29:14 -0800
commitb87923bd2238e2bd12ac143b66784ef20d010c0d (patch)
tree8b8c05a976f3b086af64339cefb5f5a99a4cc847 /src/usr/local/www/widgets
parentd7d64209f403ff0977f07f377c53bd48e13c3f3e (diff)
downloadpfsense-b87923bd2238e2bd12ac143b66784ef20d010c0d.zip
pfsense-b87923bd2238e2bd12ac143b66784ef20d010c0d.tar.gz
Firewall Log Widget - Revert Abbreviation
Fine to spell out 'Destination' here. 1) Field content already has column wide enough. 2) Consistent with firewall log. 3) Already translated. Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.
Diffstat (limited to 'src/usr/local/www/widgets')
-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 57bc8ab..62e5104 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