mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Changed "Percentage" to Frequency
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user