Add automatic and manual reloading of captchas

This commit is contained in:
discomrade 2021-05-05 15:17:34 -02:00
parent 11bab0a9ad
commit f0b3c0fcb6
4 changed files with 15 additions and 3 deletions

View file

@ -1786,7 +1786,7 @@
$config['error']['securimage']=array(
'missing'=>'The captcha field was missing. Please try again',
'empty'=>'Please fill out the captcha',
'bad'=>'Incorrect captcha',
'bad'=>'Incorrect or expired captcha',
);
// Meta keywords. It's probably best to include these in per-board configurations.