summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-14 08:17:40 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-14 08:17:40 -0500
commit851cc33a1f09a703164ef8ff93a706311af563b1 (patch)
tree0cd806c61ed61816b1860c8823b0b37692b57ed0 /src/usr/local/www/widgets
parent33b68a4049b3ee95eb25ec7b83263337e225ec84 (diff)
parenta66ce6278d2db23e21791c0b0054fcaa6e633327 (diff)
downloadpfsense-851cc33a1f09a703164ef8ff93a706311af563b1.zip
pfsense-851cc33a1f09a703164ef8ff93a706311af563b1.tar.gz
Merge pull request #2436 from NewEraCracker/rewording
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 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>
OpenPOWER on IntegriCloud