mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix casing on traffic info table
This commit is contained in:
@@ -15,23 +15,23 @@
|
||||
</tr>
|
||||
<? IF IsAdmin ?>
|
||||
<tr class="evenrow">
|
||||
<th><? FORMAT "Total Users" ?></th>
|
||||
<th><? FORMAT "Total users" ?></th>
|
||||
<td><? VAR TotalUsers ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th><? FORMAT "Total Networks" ?></th>
|
||||
<th><? FORMAT "Total networks" ?></th>
|
||||
<td><? VAR TotalNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th><? FORMAT "Attached Networks" ?></th>
|
||||
<th><? FORMAT "Attached networks" ?></th>
|
||||
<td><? VAR AttachedNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th><? FORMAT "Total Client Connections" ?></th>
|
||||
<th><? FORMAT "Total client connections" ?></th>
|
||||
<td><? VAR TotalCConnections ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th><? FORMAT "Total IRC Connections" ?></th>
|
||||
<th><? FORMAT "Total IRC connections" ?></th>
|
||||
<td><? VAR TotalIRCConnections ?></td>
|
||||
</tr>
|
||||
<? ELSE ?>
|
||||
@@ -40,7 +40,7 @@
|
||||
<td><? VAR TotalNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th><? FORMAT "Attached Networks" ?></th>
|
||||
<th><? FORMAT "Attached networks" ?></th>
|
||||
<td><? VAR AttachedNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
|
||||
Reference in New Issue
Block a user