summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-15 19:37:43 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-15 19:37:43 -0500
commit909002e29bd709534cb771284dd8919aff6d1665 (patch)
tree9eb3bff1f2580fd7fc7f3fe8d4b8a86e0f183be1
parent762ed9137d9a03d77ad56e57488f862e26d3e2c7 (diff)
downloadpfsense-909002e29bd709534cb771284dd8919aff6d1665.zip
pfsense-909002e29bd709534cb771284dd8919aff6d1665.tar.gz
Reverting change of label. It broke the display
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index 66e5b04..57bc8ab 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -131,11 +131,11 @@ if (isset($_POST['lastsawtime'])) {
<table class="table table-striped table-hover">
<thead>
<tr>
- <th><?=gettext("Action");?></th>
+ <th><?=gettext("Act");?></th>
<th><?=gettext("Time");?></th>
- <th><?=gettext("Interface");?></th>
+ <th><?=gettext("If");?></th>
<th><?=gettext("Source");?></th>
- <th><?=gettext("Destination");?></th>
+ <th><?=gettext("Dest");?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud