Fix fatal error when unable to connecto to reCAPTCHA server

This commit is contained in:
Kijin Sung 2017-06-25 21:07:12 +09:00
parent b2d9a43bc9
commit c8c033de66
3 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,4 @@
<?php
$lang->msg_recaptcha_connection_error = 'An error occurred while connecting to the reCAPTCHA verification server.';
$lang->msg_recaptcha_server_error = 'An error occurred while verifying your reCAPTCHA response.';
$lang->msg_recaptcha_invalid_response = 'Please check reCAPTCHA.';