This commit is contained in:
Fred Tempez 2023-07-24 18:31:43 +02:00
parent 9b59393ad2
commit 7d26d202e2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
]); ?>
</div>
<div class="col4">
<?php echo template::checkbox('profilEditDownloadCategoryEdit', true, 'Editer une catégorie', [
<?php echo template::checkbox('profilEditDownloadCategoryEdit', true, 'Éditer une catégorie', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'download', 'categoryEdit'])
]); ?>
</div>