Changed "Percentage" to Frequency

This commit is contained in:
Brice Johnson
2016-01-15 23:42:00 -06:00
parent 81a81c517e
commit 96d4254e8b
+2 -2
View File
@@ -228,7 +228,7 @@
<tbody><tr>
<th>Domain</th>
<th>Hits</th>
<th>Percent</th>
<th>Frequency</th>
</tr>
<?php foreach($data['top_queries'] as $key=>$value): ?>
<tr>
@@ -259,7 +259,7 @@
<tbody><tr>
<th>Domain</th>
<th>Hits</th>
<th>Percentage</th>
<th>Frequency</th>
</tr>
<?php foreach($data['top_ads'] as $key=>$value): ?>
<tr>