mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Fix fatal error when unable to connecto to reCAPTCHA server
This commit is contained in:
parent
b2d9a43bc9
commit
c8c033de66
3 changed files with 14 additions and 5 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue