fix captcha simple

This commit is contained in:
Fred Tempez 2020-10-19 18:49:33 +02:00
parent 85c8e923d2
commit f5bda47965
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
]); ?>
</div>
<div class="col4 verticalAlignBottom">
<?php echo template::checkbox('configCaptchaStrong', true, 'Captcha simple', [
<?php echo template::checkbox('configCaptchaStrong', true, 'Captcha renforçé', [
'checked' => $this->getData(['config', 'captchaStrong']),
'help' => 'Addition de nombres de 0 à 20.'
]); ?>