If you mean that string validation.captcha
, you can change it in the translation file.
Laravel 4: app\lang\en\validation.php
Laravel 5: resources\lang\en\validation.php
Add to the array a new element if it doesn't exist : 'captcha' => 'The captcha validation was not successful.' or similar
If you are using another language in your application, create a new directory (I think it is es
for Spanish), copy the validation.php from en
and translate it
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community