diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-09-25 17:13:00 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-25 17:13:00 +0200 |
commit | 36614e6f81bf4022694e3886862d184ebf9dee28 (patch) | |
tree | 7da489e696f9b9ecd65b639f4aaa814c9dd05d2a /phpBB/language/en/captcha_recaptcha.php | |
parent | a90f5e6bcc76c06667ca9706de19a5f814a2cbf4 (diff) | |
parent | 7fac5be2cceff962357c0a6dac900380d2cc603f (diff) | |
download | forums-36614e6f81bf4022694e3886862d184ebf9dee28.tar forums-36614e6f81bf4022694e3886862d184ebf9dee28.tar.gz forums-36614e6f81bf4022694e3886862d184ebf9dee28.tar.bz2 forums-36614e6f81bf4022694e3886862d184ebf9dee28.tar.xz forums-36614e6f81bf4022694e3886862d184ebf9dee28.zip |
Merge pull request #5135 from senky/ticket/15564
[ticket/15564] Switch to Invisible reCAPTCHA
Diffstat (limited to 'phpBB/language/en/captcha_recaptcha.php')
-rw-r--r-- | phpBB/language/en/captcha_recaptcha.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php index dde2a4ba08..68546ae73c 100644 --- a/phpBB/language/en/captcha_recaptcha.php +++ b/phpBB/language/en/captcha_recaptcha.php @@ -43,10 +43,10 @@ $lang = array_merge($lang, array( 'RECAPTCHA_INCORRECT' => 'The solution you provided was incorrect', 'RECAPTCHA_NOSCRIPT' => 'Please enable JavaScript in your browser to load the challenge.', - 'RECAPTCHA_PUBLIC' => 'Public reCaptcha key', - 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.', - 'RECAPTCHA_PRIVATE' => 'Private reCaptcha key', - 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.', + 'RECAPTCHA_PUBLIC' => 'Site key', + 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your site reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use reCAPTCHA v2 > Invisible reCAPTCHA badge type.', + 'RECAPTCHA_PRIVATE' => 'Secret key', + 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your secret reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use reCAPTCHA v2 > Invisible reCAPTCHA badge type.', - 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you complete the following challenge.', + 'RECAPTCHA_INVISIBLE' => 'This CAPTCHA is actually invisible. To verify that it works, a small icon should appear in right bottom corner of this page.', )); |