Update categories.php

This commit is contained in:
G3N-es 2022-12-15 03:14:26 +01:00 committed by GitHub
parent 55d3b162bf
commit 00ddebf471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ echo '
<table class="table table-striped mt-3">
<thead>
<tr>
<th class="border-bottom-0" scope="col">'.$L->g('Name').'</th>
<th class="border-bottom-0" scope="col">'.$L->g('name').'</th>
<th class="border-bottom-0" scope="col">'.$L->g('Description').'</th>
<th class="border-bottom-0" scope="col">'.$L->g('URL').'</th>
</tr>
@ -61,4 +61,4 @@ foreach ($categories->keys() as $key) {
echo '
</tbody>
</table>
';
';