Skip to content

Commit

Permalink
Adjust the CAPTCHA honeypot message.
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed May 19, 2017
1 parent a8695f0 commit 820ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/forms/form_captcha.html5
Expand Up @@ -18,7 +18,7 @@

<?php if (!$this->hasErrors()): ?>
<div style="display:none">
<label for="ctrl_<?= $this->id ?>_hp">Do not fill out this field</label>
<label for="ctrl_<?= $this->id ?>_hp">Do not fill in this field</label>
<input type="text" name="<?= $this->name ?>_name" id="ctrl_<?= $this->id ?>_hp" value="">
</div>
<script>
Expand Down

0 comments on commit 820ea42

Please sign in to comment.