[9.2.10] masqué et non caché

This commit is contained in:
fredtempez 2019-11-10 21:02:28 +01:00
parent 16b911d489
commit da00cc651e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
</div>
<div class="row">
<div class="col4">
<?php echo template::checkbox('themeHeaderTextHide', true, 'Cacher le titre du site', [
<?php echo template::checkbox('themeHeaderTextHide', true, 'Masquer le titre du site', [
'checked' => $this->getData(['theme', 'header', 'textHide'])
]); ?>
</div>