Update categories.html.php

i18n for 'Name'
This commit is contained in:
Robert Riebisch 2023-12-06 20:26:57 +01:00 committed by GitHub
commit ce8789c551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
<br><br>
<table class="table category-list">
<tr class="head">
<th>Name</th>
<th><?php echo i18n('Name');?></th>
<th><?php echo i18n('Description');?></th>
<th><?php echo i18n('Contents');?></th>
<th><?php echo i18n('Operations');?></th>